Alokai

PartialCustomerSignMeInResponse

Partial data returned from the customerSignMeIn API endpoint.

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

type PartialCustomerSignMeInResponse = Record<"user", DeepPartial<CustomerSignMeInResponse["user"]>>;

Referenced Types

On this page