decentralised message store

feat: temporary lexicon type

serenity f2bce17b 97728ee3

Changed files
+10
src
lib
types
+10
src/lib/types/gmstn.ts
···
+
import type { ComAtprotoRepoStrongRef } from "@atcute/atproto";
+
+
export interface SystemsGmstnDevelopmentChannel {
+
name: string;
+
$type: string;
+
topic: string;
+
storeAt: ComAtprotoRepoStrongRef.Main;
+
routeThrough: ComAtprotoRepoStrongRef.Main;
+
createdAt: string;
+
}