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