TreeINFO-For-M365 documentation
    Preparing search index...
    interface Config {
        approvalMatrix: ApprovalMatrix;
        export: (workflowName: string) => Promise<StandardResponse<any>>;
        import: (workflowName: string, workflowConfig: any) => Promise<StandardResponse<any>>;
        oof: OOF;
    }
    Index

    Properties

    approvalMatrix: ApprovalMatrix
    export: (workflowName: string) => Promise<StandardResponse<any>>
    import: (workflowName: string, workflowConfig: any) => Promise<StandardResponse<any>>
    oof: OOF