interface Organization {
    active: boolean;
    auth0Id: string;
    createdBy: string;
    creationDate: Date;
    defaultLanguage?: LOCALES;
    externalApiKeys?: ExternalApiKey[];
    id: string;
    lastModificationDate: Date;
    lastModifiedBy: string;
    name: string;
}

Properties

active: boolean
auth0Id: string
createdBy: string
creationDate: Date
defaultLanguage?: LOCALES
externalApiKeys?: ExternalApiKey[]
id: string
lastModificationDate: Date
lastModifiedBy: string
name: string