refactor(core): handle form cancellation in runner
This commit is contained in:
parent
a2136dd0f0
commit
5deef980dd
3 changed files with 9 additions and 10 deletions
|
|
@ -63,6 +63,8 @@ export class InvalidFormError extends Schema.TaggedErrorClass<InvalidFormError>(
|
|||
message: Schema.String,
|
||||
}) {}
|
||||
|
||||
export class CancelledError extends Schema.TaggedErrorClass<CancelledError>()("Form.CancelledError", {}) {}
|
||||
|
||||
export type CreateInput =
|
||||
| (Omit<Form.FormInfo, "id"> & { readonly id?: ID })
|
||||
| (Omit<Form.UrlInfo, "id"> & { readonly id?: ID })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue