//! Generic channel data-push response envelope.
use Deserialize;
use crateArg;
use ResponseExtraFields;
/// Generic channel data-push response body.
///
/// `T` is the channel row type from [`crate::ws::model`].
///
/// OKX docs: <https://www.okx.com/docs-v5/en/#overview-websocket-subscribe>