Type alias FunderFull

FunderFull: {
    alt-names: string[];
    descendant-work-count: number;
    descendants: string[];
    hierarchy: FunderHierarchy;
    hierarchy-names: FunderMessageMessageHierarchyNames;
    id: string;
    location: string;
    name: string;
    replaced-by: string[];
    replaces: string[];
    tokens: string[];
    uri: string;
    work-count: number;
}

Type declaration

  • alt-names: string[]

    Other names this funder may be identified with

  • descendant-work-count: number
  • descendants: string[]
  • hierarchy: FunderHierarchy
  • hierarchy-names: FunderMessageMessageHierarchyNames
  • id: string

    The id of the funder

  • location: string

    The geographic location of the funder

  • name: string
  • replaced-by: string[]
  • replaces: string[]
  • tokens: string[]
  • uri: string
  • work-count: number

Generated using TypeDoc