Response schema.

Export

GetFeedDocumentResponse

interface GetFeedDocumentResponse {
    errors?: Error[];
    payload?: FeedDocument;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetFeedDocumentResponse

payload?: FeedDocument

Memberof

GetFeedDocumentResponse