Type Alias: OpOutput
OpOutput =
object
Defined in: operations/types.ts:229
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:230
err?
optionalerr:string
Defined in: operations/types.ts:233
loom?
optionalloom:Loom
Defined in: operations/types.ts:231
loom_settings?
optionalloom_settings:LoomSettings
Defined in: operations/types.ts:232