decentralised message store

refactor: refine gmstn lexicon schema

serenity e77b44dc 520a6a95

Changed files
+2 -2
src
lib
types
+2 -2
src/lib/types/gmstn.ts
···
$type: z.string(),
name: z.string(),
topic: z.string(),
-
storeAt: ComAtprotoRepoStrongRef.mainSchema,
-
routeThrough: ComAtprotoRepoStrongRef.mainSchema,
+
storeAt: z.object({ ...ComAtprotoRepoStrongRef.mainSchema.shape }),
+
routeThrough: z.object({ ...ComAtprotoRepoStrongRef.mainSchema.shape }),
createdAt: z.coerce.date(),
});
export type SystemsGmstnDevelopmentChannel = z.infer<