export OkObjectResult

interface OkObjectResult {
    ContentTypes?: null | string[];
    DeclaredType?: null | string;
    Formatters?: null | object[];
    StatusCode?: null | number;
    Value?: any;
}

Properties

ContentTypes?: null | string[]
DeclaredType?: null | string
Formatters?: null | object[]
StatusCode?: null | number
Value?: any