ntcore-ts-client
    Preparing search index...

    Variable unannounceMessageParamsSchemaConst

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

    Schema for the unannounce message params in the NT protocol.