Interface DigicustQueueModel

interface DigicustQueueModel {
    alias?: string;
    automated?: boolean;
    createdAt?: Date;
    customerId?: string;
    documentType?: string;
    errors?: Error[];
    fields?: QueueFieldsModel[];
    id?: string;
    projectId?: string;
    workspaceId?: string;
}

Properties

alias?: string
automated?: boolean
createdAt?: Date
customerId?: string
documentType?: string
errors?: Error[]
fields?: QueueFieldsModel[]
id?: string
projectId?: string
workspaceId?: string