ntcore-ts-client
    Preparing search index...

    Variable propertiesMessageSchemaConst

    propertiesMessageSchema: ZodObject<
        {
            method: ZodLiteral<"properties">;
            params: ZodObject<{ ack: ZodBoolean; name: ZodString }, $strip>;
        },
        $strip,
    > = ...

    Schema for a properties message in the NT protocol.