Alokai

PartialSignUpResponse

Partial data returned from the customerSignMeUp API endpoint.

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

type PartialSignUpResponse = Record<"user", DeepPartial<SignUpResponse["user"]>>;

Referenced Types

On this page