Response schema.

GetFeedDocumentResponse

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

Properties

Properties

errors?: Error[]

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

GetFeedDocumentResponse

payload?: FeedDocument

GetFeedDocumentResponse