Type alias ObjectWithIndexId

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

An object with an id property.

Type declaration

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