Alokai

PartialCustomerCreatePasswordResetTokenResponse

Partial data returned from the customerCreatePasswordResetTokenResponse API endpoint.

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

type PartialCustomerCreatePasswordResetTokenResponse = Record<"customerCreatePasswordResetToken", DeepPartial<CustomerCreatePasswordResetTokenResponse["customerCreatePasswordResetToken"]>>;

Referenced Types

On this page