diff options
Diffstat (limited to 'src/state/models/_common.ts')
-rw-r--r-- | src/state/models/_common.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/state/models/_common.ts b/src/state/models/_common.ts deleted file mode 100644 index 459dd7602..000000000 --- a/src/state/models/_common.ts +++ /dev/null @@ -1,4 +0,0 @@ -export interface Declaration { - cid: string - actorType: string -} |