@oneblink/sdk-core
    Preparing search index...

    Interface NewFormsAppJob

    interface NewFormsAppJob {
        details: {
            description?: string;
            key?: string;
            priority?: number;
            title: string;
            type?: string;
        };
        externalId?: string;
        formId: number;
        preFillFormDataId?: string;
        username: string;
    }
    Index

    Properties

    details: {
        description?: string;
        key?: string;
        priority?: number;
        title: string;
        type?: string;
    }

    The job details

    Type declaration

    • Optionaldescription?: string

      The job description

    • Optionalkey?: string

      The job key

    • Optionalpriority?: number

      The job priority

    • title: string

      The job title

    • Optionaltype?: string

      The job type

    externalId?: string

    The external id set when the job was created

    formId: number

    The id of the form associated with the job

    preFillFormDataId?: string

    The id of the prefill data associated with the job

    username: string