@theredspace/spp-client
    Preparing search index...

    Interface ApprovalProcess

    interface ApprovalProcess {
        created: string;
        externalid?: string;
        id: string;
        name: string;
        updated: string;
    }
    Index

    Properties

    created: string

    [Read-only] Time the record was created

    externalid?: string

    Optional external system ID

    id: string

    [Read-only] Unique internal ID

    name: string

    Display name (required)

    updated: string

    [Read-only] Time the record was last modified