IResponse Interface
Packages > @fluidframework/core-interfaces > IResponse
Signature:
export interface IResponse
Properties
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;