Interface PitcherOrg

Construct a type with the properties of T except for those in type K.

interface PitcherOrg {
    branding: OrganizationBranding;
    display_name: string;
    id: string;
    metadata: OrganizationMetadata;
    name: string;
    settings: OrganizationSettings;
}

Hierarchy (View Summary)

Properties

display_name: string
id: string
name: string