mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-01 22:29:44 +08:00
8 lines
184 B
TypeScript
8 lines
184 B
TypeScript
import { FlattenedAppRuntimeConfig } from '../config/types';
|
|
|
|
declare global {
|
|
interface Events {
|
|
'runtime.changed__NOT_IMPLEMENTED__': Partial<FlattenedAppRuntimeConfig>;
|
|
}
|
|
}
|