Type Alias: OpOutput
OpOutput =
object
Defined in: operations/types.ts:239
operations return an array of OpOutputs which need to include a draft (required), and optionally, can return a loom to associate with this draft, and an error message if something occured when generating this draft
Properties
draft
draft:
Draft
Defined in: operations/types.ts:240
err?
optionalerr:string
Defined in: operations/types.ts:243
loom?
optionalloom:Loom
Defined in: operations/types.ts:241
loom_settings?
optionalloom_settings:LoomSettings
Defined in: operations/types.ts:242