Variable GenericPretixEventSchemaConst

GenericPretixEventSchema: ZodObject<{
    name: ZodRecord<ZodString, ZodString>;
    slug: ZodString;
}, "strip", ZodTypeAny, {
    name: Record<string, string>;
    slug: string;
}, {
    name: Record<string, string>;
    slug: string;
}> = ...

Type declaration

  • name: ZodRecord<ZodString, ZodString>
  • slug: ZodString

Type declaration

  • name: Record<string, string>
  • slug: string

Type declaration

  • name: Record<string, string>
  • slug: string

Generated using TypeDoc