frontend client for gemstone. decentralised workplace app

fix: use correct type

serenity 0207bc70 8e5c829e

Changed files
+3 -2
src
lib
utils
+3 -2
src/lib/utils/gmstn.ts
···
return { ok: true };
};
+
export const registerNewLattice = async ({
-
latticeDomain: latticeDomain,
+
latticeDomain,
agent,
}: {
latticeDomain: string;
···
const now = new Date().toISOString();
-
const record: Omit<SystemsGmstnDevelopmentShard, "$type"> = {
+
const record: Omit<SystemsGmstnDevelopmentLattice, "$type"> = {
// @ts-expect-error we want to explicitly use the ISO string variant
createdAt: now,
// TODO: actually figure out how to support the description