Skip to content 

IResponse Interface

Packages > @fluidframework/core-interfaces > IResponse

Signature:

export interface IResponse 

Properties

List of properties of this interface
Property Type Description
headers { [key: string]: any; }
mimeType string
status number
value any

Events

headers

Signature:

headers?: {
        [key: string]: any;
    };

mimeType

Signature:

mimeType: string;

status

Signature:

status: number;

value

Signature:

value: any;