Organization: {
    crunchbase_uuid: null | string;
    domain: string;
    domains: string[];
    global: boolean;
    id: number;
    name: string;
}

Type declaration

  • crunchbase_uuid: null | string

    The unique identifier of the organization in Crunchbase.

  • domain: string

    The website name of the organization. This is used by Affinity to automatically associate Person objects with an organization.

  • domains: string[]

    An array of all the websites associated with the organization. These are also used to automatically associate Person objects with an organization.

  • global: boolean

    Whether this is a global organization or not

  • id: number

    The unique identifier of the organization object.

  • name: string

    The name of the organization.