Variable unannounceMessageParamsSchemaConst

unannounceMessageParamsSchema: ZodObject<
    { id: ZodNumber; name: ZodString },
    "strip",
    { id: number; name: string },
    { id: number; name: string },
> = ...

Schema for the unannounce message params in the NT protocol.