Variable campaignDetailsDocSchemaConst

campaignDetailsDocSchema: ZodObject<{
    description: ZodOptional<ZodString>;
    destinationUrl: ZodString;
    externalLink: ZodOptional<ZodString>;
    image: ZodOptional<ZodString>;
    name: ZodString;
}, "strip", ZodTypeAny, {
    description: undefined | string;
    destinationUrl: string;
    externalLink: undefined | string;
    image: undefined | string;
    name: string;
}, {
    description: undefined | string;
    destinationUrl: string;
    externalLink: undefined | string;
    image: undefined | string;
    name: string;
}> = ...

Generated using TypeDoc