Type Alias CatalogListItem<T>

CatalogListItem: { id: string } & T

Type Parameters

  • T extends RequestBody = Record<string, unknown>