Variable propertiesMessageParamsSchemaConst

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

Schema for the properties message params in the NT protocol.