QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface GetSchemaResult

    interface GetSchemaResult {
        dateFormat?: string;
        table: SchemaTable;
        timeZone?: string;
    }
    Index

    Properties

    dateFormat?: string
    timeZone?: string