A reference to a resource.

interface Rel {
    id: string;
    rev?: string;
}

Properties

Properties

id: string

The id of the referenced resource.

rev?: string

The revision of the referenced resource.