hr-db
    Preparing search index...

    Variable TimeOffRequestOmitFieldsSchemaConst

    TimeOffRequestOmitFieldsSchema: ZodObject<
        {
            createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
            employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
            endDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
            reason: ZodOptional<ZodCoercedBoolean<unknown>>;
            resolverId: ZodOptional<ZodCoercedBoolean<unknown>>;
            startDate: ZodOptional<ZodCoercedBoolean<unknown>>;
            status: ZodOptional<ZodCoercedBoolean<unknown>>;
        },
        $strip,
    > = ...