interface AppOrg {
    apiKey?: AppApiKey;
    app?: App;
    appConfig?: any;
    appId?: string;
    appVersion?: AppVersion;
    appVersionId?: string;
    createdById?: string;
    createdOn?: Date;
    id?: string;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    status: AppOrgStatus;
    updatedById?: string;
    updatedOn?: Date;
}

Hierarchy

  • OrgManagedEntity
    • AppOrg

Properties

apiKey?: AppApiKey
app?: App
appConfig?: any
appId?: string
appVersion?: AppVersion
appVersionId?: string
createdById?: string
createdOn?: Date
id?: string
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
status: AppOrgStatus
updatedById?: string
updatedOn?: Date

Generated using TypeDoc