hr-db
    Preparing search index...

    Variable EarningCreateSchemaConst

    EarningCreateSchema: ZodPipe<
        ZodTransform<unknown, unknown>,
        ZodObject<
            {
                amount: ZodCoercedNumber<unknown>;
                hours: ZodOptional<ZodCoercedNumber<unknown>>;
                paycheckId: ZodCoercedNumber<unknown>;
                rate: ZodCoercedNumber<unknown>;
                type: ZodEnum<
                    {
                        BONUS: "BONUS";
                        OTHER: "OTHER";
                        OVERTIME: "OVERTIME";
                        REGULAR: "REGULAR";
                    },
                >;
            },
            $strip,
        >,
    > = ...