Variable UserSignUpWebhookPayloadSchemaConst
UserSignUpWebhookPayloadSchema: {
$schema: string;
additionalProperties: boolean;
description: string;
properties: {
custom_data: { description: string; title: string; type: string };
email: { description: string; type: string };
first_name: { description: string; type: string };
last_name: { description: string; type: string };
sign_up_otp: { description: string; type: string };
};
required: string[];
title: string;
type: string;
} = UserSignUpWebhookPayload
Type Declaration
$schema: string
additionalProperties: boolean
description: string
properties: {
custom_data: { description: string; title: string; type: string };
email: { description: string; type: string };
first_name: { description: string; type: string };
last_name: { description: string; type: string };
sign_up_otp: { description: string; type: string };
}
required: string[]
title: string
type: string