Alokai

PartialCustomerResetPasswordResponse

Partial data returned from the customerResetPassword API endpoint

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

type PartialCustomerResetPasswordResponse = Record<"customerResetPassword", DeepPartial<CustomerResetPasswordResponse["customerResetPassword"]>>;

Referenced Types

On this page