diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-10 16:30:14 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-10 16:30:14 -0600 |
commit | d3707f30e30bb717e95b27cc83a1121815b475b5 (patch) | |
tree | 57fcb61e9e937949526713a778e171a6676c9acf /src/state/models/_common.ts | |
parent | ecf56729b0da535f1d0b794268c7856836e76bd6 (diff) | |
download | voidsky-d3707f30e30bb717e95b27cc83a1121815b475b5.tar.zst |
Implement scene invitation and membership controls
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 +} |