GetProductResponse
Response of the getProduct API endpoint.
Comes in handy while creating generic return types constraints used in combination with custom queries.
type GetProductResponse = Record<"products", ProductQueryResult>;Response of the getProduct API endpoint.
Comes in handy while creating generic return types constraints used in combination with custom queries.
type GetProductResponse = Record<"products", ProductQueryResult>;