···11import type { Did } from "@/lib/types/atproto";
22-import type {
33- SystemsGmstnDevelopmentChannelInvite} from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
44-import {
55- systemsGmstnDevelopmentChannelInviteRecordSchema,
66-} from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
22+import type { SystemsGmstnDevelopmentChannelInvite } from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
33+import { systemsGmstnDevelopmentChannelInviteRecordSchema } from "@/lib/types/lexicon/systems.gmstn.development.channel.invite";
74import type { Result } from "@/lib/utils/result";
85import { Client, simpleFetchHandler } from "@atcute/client";
96import { z } from "zod";
···8784 }),
8885 )
8986 .safeParse(records);
9090-9187 if (!success) return { ok: false, error: z.treeifyError(error) };
92889389 allRecords.push(