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;
};
}
-
custom_data: {
description: string;
title: string;
type: string;
}
-
description: string
-
title: string
-
type: string
-
email: {
description: string;
type: string;
}
-
description: string
-
type: string
-
first_name: {
description: string;
type: string;
}
-
description: string
-
type: string
-
last_name: {
description: string;
type: string;
}
-
description: string
-
type: string
-
sign_up_otp: {
description: string;
type: string;
}
-
description: string
-
type: string
-
required: string[]
-
title: string
-
type: string