PartialGetStoresResponse
Partial data returned from the getStores API endpoint.
Comes in handy while creating generic return types constraints used in combination with custom queries.
type PartialGetStoresResponse = Record<"stores", DeepPartial<GetStoresResponse["stores"]>>;Referenced Types
DeepPartial- GetStoresResponse