app-db
    Preparing search index...

    Variable AppHistoryDistinctFieldsSchemaConst

    AppHistoryDistinctFieldsSchema: ZodArray<
        ZodEnum<
            {
                appId: "appId";
                id: "id";
                startedAt: "startedAt";
                stopeedAt: "stopeedAt";
            },
        >,
    > = ...