Variable MemberCriteriaSchemaConst
MemberCriteriaSchema: ZodObject<{
eventId: ZodString;
productId: ZodOptional<ZodString>;
}, "strip", ZodTypeAny, {
eventId: string;
productId?: string;
}, {
eventId: string;
productId?: string;
}> = ...
Type declaration
eventId: ZodString
productId: ZodOptional<ZodString>
Type declaration
eventId: string
Optional
productId?: string
Type declaration
eventId: string
Optional
productId?: string
generic issuance event id