Skip to main content

@idpass/data-collect-core / rollingTimeWindowSchema

Variable: rollingTimeWindowSchema

const rollingTimeWindowSchema: ZodObject<{ type: ZodLiteral<"rolling">; days: ZodNumber; }, $strip>

Defined in: interfaces/scope.ts:31

Rolling time window: events for entities created in the last N days.