ntcore-ts-client
    Preparing search index...

    Variable propertiesMessageParamsSchemaConst

    propertiesMessageParamsSchema: ZodObject<
        { ack: ZodBoolean; name: ZodString },
        "strip",
        ZodTypeAny,
        { ack: boolean; name: string },
        { ack: boolean; name: string },
    > = ...

    Schema for the properties message params in the NT protocol.