Type alias QuickBaseRequestGetFieldUsage

QuickBaseRequestGetFieldUsage: QuickBaseRequest & {
    fieldId: number;
    tableId: string;
}

Type declaration

  • fieldId: number

    The unique identifier (fid) of the field.

  • tableId: string

    The unique identifier (dbid) of the table.