Type alias QuickBaseRequestDeleteFields

QuickBaseRequestDeleteFields: QuickBaseRequest & {
    fieldIds: number[];
    tableId: string;
}

Type declaration

  • fieldIds: number[]

    List of field ids to be deleted.

  • tableId: string

    The unique identifier of the table.