Type alias QuickBaseResponseGetTableReports

QuickBaseResponseGetTableReports: {
    description: string;
    id: string;
    name: string;
    ownerId: number;
    properties: any;
    query: {
        filter: string;
        formulaFields: {
            decimalPrecision: number;
            fieldType: "rich-text" | "text" | "numeric" | "currency" | "percent" | "rating" | "date" | "timestamp" | "timeofday" | "duration" | "checkbox" | "phone" | "email" | "user" | "multiuser" | "url";
            formula: string;
            id: number;
            label: string;
        }[];
        tableId: string;
    };
    type: "map" | "gedit" | "chart" | "summary" | "table" | "timeline" | "calendar";
    usedCount: number;
    usedLast: string;
}[]

Generated using TypeDoc