ntcore-ts-client
    Preparing search index...

    Variable unannounceMessageSchemaConst

    unannounceMessageSchema: ZodObject<
        {
            method: ZodLiteral<"unannounce">;
            params: ZodObject<
                { id: ZodNumber; name: ZodString },
                "strip",
                ZodTypeAny,
                { id: number; name: string },
                { id: number; name: string },
            >;
        },
        "strip",
        ZodTypeAny,
        { method: "unannounce"; params: { id: number; name: string } },
        { method: "unannounce"; params: { id: number; name: string } },
    > = ...

    Schema for an unannounce message in the NT protocol.