Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface FlowActionAirtableListRecords

    interface FlowActionAirtableListRecords {
        id: string;
        alias?: string;
        type: "AIRTABLE";
        action: "LIST_RECORDS";
        allow_failure?: boolean;
        mask_output?: boolean;
        params: FlowActionAirtableListRecordsParams;
    }
    Index

    Properties

    id: string
    alias?: string
    type: "AIRTABLE"
    action: "LIST_RECORDS"
    allow_failure?: boolean
    mask_output?: boolean