Documentation
    Preparing search index...
    type ResultType = {
        error?: string;
        goto?: string;
        halt_steps?: boolean;
        notify?: string;
        notify_success?: string;
        set_fields?: GenObj;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    error?: string
    goto?: string
    halt_steps?: boolean
    notify?: string
    notify_success?: string
    set_fields?: GenObj