Type Alias CatalogListItem<T>

CatalogListItem<T>: {
    id: string;
} & T

Type Parameters

  • T extends RequestBody = Record<string, unknown>