hr-db
    Preparing search index...

    Variable PayrollRunCreateSchemaConst

    PayrollRunCreateSchema: ZodPipe<
        ZodTransform<unknown, unknown>,
        ZodObject<
            {
                endDate: ZodISODateTime;
                payDate: ZodISODateTime;
                resolverId: ZodCoercedNumber<unknown>;
                startDate: ZodISODateTime;
                status: ZodOptional<
                    ZodEnum<
                        {
                            APPROVED: "APPROVED";
                            CALCULATED: "CALCULATED";
                            CLOSED: "CLOSED";
                            DRAFT: "DRAFT";
                            PAID: "PAID";
                        },
                    >,
                >;
            },
            $strip,
        >,
    > = ...