Type alias KeyValueObjectWithId

KeyValueObjectWithId: {
    id: string | number | symbol;
    [key: string]: any;
}

Type declaration

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

Generated using TypeDoc