Type alias ObjectWithNumberId

ObjectWithNumberId: {
    id: number;
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • id: number

Generated using TypeDoc