类型别名 Interrupt

Interrupt: {
    ns?: string[];
    resumable?: boolean;
    value: any;
    when: "during";
}

类型声明

  • 可选 ns?: string[]
  • 可选 resumable?: boolean
  • value: any
  • when: "during"