MonetizationOS Docs
Workflows ReferenceType Definitions

WorkflowResource

type WorkflowResource = Record<string, any> & {
  id?: string;
  meta: Record<string, string>;
};

Type Declaration

id?

optional id: string;

meta

meta: Record<string, string>;

On this page