Type alias QuickBaseResponseGetAppTables

QuickBaseResponseGetAppTables: {
    alias: string;
    created: string;
    defaultSortFieldId: number;
    defaultSortOrder: "ASC" | "DESC";
    description: string;
    id: string;
    keyFieldId: number;
    name: string;
    nextFieldId: number;
    nextRecordId: number;
    pluralRecordName: string;
    singleRecordName: string;
    sizeLimit: string;
    spaceRemaining: string;
    spaceUsed: string;
    updated: string;
}[]

Generated using TypeDoc