ims-db
    Preparing search index...

    Variable TaxRateCreateConst

    TaxRateCreate: ZodObject<
        {
            description: ZodOptional<ZodString>;
            effectiveFrom: ZodISODateTime;
            effectiveTo: ZodOptional<ZodISODateTime>;
            fixedRate: ZodCoercedNumber<unknown>;
            jurisdictionId: ZodCoercedNumber<unknown>;
            percentRate: ZodCoercedNumber<unknown>;
            productTypeId: ZodCoercedNumber<unknown>;
            readonly: ZodOptional<ZodCoercedBoolean<unknown>>;
            updatedById: ZodOptional<ZodCoercedNumber<unknown>>;
        },
        $strip,
    > = ...

    TaxRateCreate schema (Thu Nov 13 2025)