auth-db
    Preparing search index...

    Variable ActivityLogOmitFieldsSchemaJsonConst

    ActivityLogOmitFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                activityId: ZodOptional<ZodCoercedBoolean<unknown>>;
                createdAt: ZodOptional<ZodCoercedBoolean<unknown>>;
                id: ZodOptional<ZodCoercedBoolean<unknown>>;
                notes: ZodOptional<ZodCoercedBoolean<unknown>>;
                sessionId: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...