Type alias ObjectWithNonNumberId

ObjectWithNonNumberId: {
    id: string | boolean | symbol | null | object | undefined;
    [key: string]: any;
}

Type declaration

  • [key: string]: any
  • id: string | boolean | symbol | null | object | undefined

Generated using TypeDoc