Skip to main content

@idpass/data-collect-core / timeWindowSchema

Variable: timeWindowSchema

const timeWindowSchema: ZodUnion<readonly [ZodObject<{ type: ZodLiteral<"rolling">; days: ZodNumber; }, $strip>, ZodObject<{ type: ZodLiteral<"fixed">; floor: ZodString; }, $strip>]>

Defined in: interfaces/scope.ts:42