Type alias WorkUpdate

WorkUpdate: {
    DOI: string;
    label: string;
    type: string;
    updated: Date;
}

Type declaration

  • DOI: string
  • label: string
  • type: string
  • updated: Date

Generated using TypeDoc