Type alias ObjectWithId

ObjectWithId: {
    id: string;
    [key: string]: any;
}

Type declaration

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

Generated using TypeDoc