about summary refs log tree commit diff
path: root/src/state/models/_common.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-11-10 16:30:14 -0600
committerPaul Frazee <pfrazee@gmail.com>2022-11-10 16:30:14 -0600
commitd3707f30e30bb717e95b27cc83a1121815b475b5 (patch)
tree57fcb61e9e937949526713a778e171a6676c9acf /src/state/models/_common.ts
parentecf56729b0da535f1d0b794268c7856836e76bd6 (diff)
downloadvoidsky-d3707f30e30bb717e95b27cc83a1121815b475b5.tar.zst
Implement scene invitation and membership controls
Diffstat (limited to 'src/state/models/_common.ts')
-rw-r--r--src/state/models/_common.ts4
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
+}