pm-db
    Preparing search index...

    Variable AssignmentHistoryDistinctFieldsSchemaConst

    AssignmentHistoryDistinctFieldsSchema: ZodArray<
        ZodEnum<
            {
                createdAt: "createdAt";
                createdById: "createdById";
                id: "id";
                newUserId: "newUserId";
                oldUserId: "oldUserId";
                projectId: "projectId";
                taskId: "taskId";
                updatedAt: "updatedAt";
            },
        >,
    > = ...