botas-core
    Preparing search index...

    Interface TenantInfo

    Tenant information from Teams channel data.

    interface TenantInfo {
        id?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    id?: string