mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 03:21:20 -05:00
2c1abf8782
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com> Co-authored-by: Johannes <johannes@formbricks.com>
21 lines
638 B
TypeScript
21 lines
638 B
TypeScript
import z from "zod";
|
|
|
|
export const ZEventProperties = z.record(z.string());
|
|
export { ZActionClassNoCodeConfig } from "@formbricks/types/v1/actionClasses";
|
|
export { ZIntegrationConfig } from "@formbricks/types/v1/integrations";
|
|
|
|
export { ZResponseData, ZResponsePersonAttributes, ZResponseMeta } from "@formbricks/types/v1/responses";
|
|
|
|
export {
|
|
ZSurveyWelcomeCard,
|
|
ZSurveyQuestions,
|
|
ZSurveyThankYouCard,
|
|
ZSurveyHiddenFields,
|
|
ZSurveyClosedMessage,
|
|
ZSurveyProductOverwrites,
|
|
ZSurveyVerifyEmail,
|
|
ZSurveySingleUse,
|
|
} from "@formbricks/types/v1/surveys";
|
|
|
|
export { ZUserNotificationSettings } from "@formbricks/types/v1/users";
|