Files
AFFiNE-Mirror/packages/backend/server/src/base/runtime/event.ts
T
2025-01-25 14:51:03 +00:00

8 lines
184 B
TypeScript

import { FlattenedAppRuntimeConfig } from '../config/types';
declare global {
interface Events {
'runtime.changed__NOT_IMPLEMENTED__': Partial<FlattenedAppRuntimeConfig>;
}
}