A reference to a resource.

interface ModelRel {
    id: string;
    resource_key?: string;
    rev?: string;
}

Properties

Properties

id: string

The id of the referenced resource.

resource_key?: string

The resource key for this asset if it exists.

rev?: string

The revision of the referenced resource.