UNPKG

matter-history

Version:
11 lines (10 loc) 204 B
export declare namespace EveHistoryInterface { interface Base { } } export type EveHistoryInterface = { components: [{ flags: {}; methods: EveHistoryInterface.Base; }]; };