Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface OrganizationInfo

    Organization information from realm endpoint

    interface OrganizationInfo {
        organizationId: string | null;
        realmId: string;
    }
    Index

    Properties

    organizationId: string | null
    realmId: string