@valon-technologies/gestalt
    Preparing search index...

    Interface WorkflowObject

    interface WorkflowObject {
        fields: { [key: string]: WorkflowValue };
    }
    Index

    Properties

    Properties

    fields: { [key: string]: WorkflowValue }