MobX Lark
    Preparing search index...

    Interface BiTableSchema

    interface BiTableSchema {
        appId: string;
        formLinkMap: Record<string, Record<string, string>>;
        forms: Record<string, TableFormView[]>;
        tableIdMap: Record<string, string>;
        tables: BITable[];
    }
    Index

    Properties

    appId: string
    formLinkMap: Record<string, Record<string, string>>
    forms: Record<string, TableFormView[]>
    tableIdMap: Record<string, string>
    tables: BITable[]