Type alias HttpBody<T>

HttpBody<T>: T & {
    __meta?: ["httpBody"];
}

Type Parameters

  • T

Generated using TypeDoc