Alokai

PartialGetProductResponse

Partial data returned from the getProduct API endpoint.

Comes in handy while creating generic return types constraints used in combination with custom queries.

type PartialGetProductResponse = Record<"products", DeepPartial<GetProductResponse["products"]>>;

Referenced Types

On this page