The object returned by the Releases API

interface ReleaseProps {
    entities: BaseCollection<Link<Entity>>;
    metadata?: ReleaseMetadata;
    sys: ReleaseSysProps;
    title: string;
}

Hierarchy (view full)

Properties

entities: BaseCollection<Link<Entity>>
metadata?: ReleaseMetadata
title: string