diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-08 13:45:23 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-08 13:45:23 -0600 |
commit | 539bf5d35069a654fb31b1ff636358fe28793c06 (patch) | |
tree | 89672e39e506ff3898aa1e4b9a306b6b31d89b47 /src/state/models/_common.ts | |
parent | 273e6d29734153e86a4b42b7e81d05fe5627f649 (diff) | |
download | voidsky-539bf5d35069a654fb31b1ff636358fe28793c06.tar.zst |
Add avatar images and fix some type signatures
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 -} |