refactor(interfaces): resolve import specifier via the active import map
This commit is contained in:
parent
76878d9dc8
commit
11f668dc8c
|
@ -1,6 +1,6 @@
|
|||
import { type NostrEvent } from '@/deps.ts';
|
||||
|
||||
import { type DittoEvent } from './DittoEvent.ts';
|
||||
import { type DittoEvent } from '@/interfaces/DittoEvent.ts';
|
||||
|
||||
/** Additional properties that may be added by Ditto to events. */
|
||||
export type DittoRelation = Exclude<keyof DittoEvent, keyof NostrEvent>;
|
||||
|
|
Loading…
Reference in New Issue