嵌入式分析 SDK API
    正在准备搜索索引...

    类型别名 MetabaseCollection

    集合实体

    type MetabaseCollection = {
        description: string | null;
        entity_id?: SdkEntityId;
        id: SdkCollectionId;
        name: string;
        slug?: string;
    }
    索引

    属性

    description: string | null
    entity_id?: SdkEntityId
    name: string
    slug?: string
    © . All rights reserved.