Interface ContentfulEntryResource

interface ContentfulEntryResource {
    contentTypes: string[];
    source: string;
    type: "Contentful:Entry";
}

Properties

contentTypes: string[]
source: string
type