Interface ContentResponse<ContentType>

interface ContentResponse<ContentType> {
    content: ContentType;
    raw: any;
}

Type Parameters

  • ContentType

Hierarchy (view full)

Properties

Properties

content: ContentType
raw: any