Documentation
    Preparing search index...

    Interface OrganizationConfig

    interface OrganizationConfig {
        allowedClassCodeIds: string[];
        allowedStateCodes: StateCode[];
        channel: ORGANIZATION_CHANNEL;
        id: string;
        name: string;
    }

    Hierarchy

    Index
    allowedClassCodeIds: string[]
    allowedStateCodes: StateCode[]
    id: string
    name: string