Interface JOrganizationInfo

interface JOrganizationInfo {
    active: boolean;
    auth0Id: string;
    backgroundColor: string;
    id: string;
    logoUrl: string;
    name: string;
    primaryColor: string;
}

Hierarchy (view full)

Properties

active: boolean
auth0Id: string
backgroundColor: string
id: string
logoUrl: string
name: string
primaryColor: string