Interface EditWorkflowSnapshot<T>

interface EditWorkflowSnapshot<T> {
    attachments: readonly EditAttachmentMutation[];
    feature: CanonicalFeature<T>;
    kind: EditWorkflowKind;
    metadata: EditWorkflowMetadata;
    protocol: Protocol;
    sourceId: string;
}

Type Parameters

  • T = Record<string, unknown>

Properties

attachments: readonly EditAttachmentMutation[]
protocol: Protocol
sourceId: string