Variable MemberCriteriaSchemaConst

MemberCriteriaSchema: ZodObject<{
    eventId: ZodString;
    productId: ZodOptional<ZodString>;
}, "strip", ZodTypeAny, {
    eventId: string;
    productId?: string;
}, {
    eventId: string;
    productId?: string;
}> = ...

Type declaration

  • eventId: ZodString

    generic issuance event id

  • productId: ZodOptional<ZodString>

    generic issuance product id

Type declaration

  • eventId: string

    generic issuance event id

  • Optional productId?: string

    generic issuance product id

Type declaration

  • eventId: string

    generic issuance event id

  • Optional productId?: string

    generic issuance product id

Generated using TypeDoc