Type Alias: OpOutput
OpOutput =
object
Defined in: operations/types.ts:245
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:246
err?
optionalerr:string
Defined in: operations/types.ts:249
loom?
optionalloom:Loom
Defined in: operations/types.ts:247
loom_settings?
optionalloom_settings:LoomSettings
Defined in: operations/types.ts:248