Interface ISource

ISource can be used when an id is mandantory.

interface ISource {
    id: string;
    name?: string;
    self?: string;
}

Properties

Properties

id: string

Unique identifier

name?: string

Name of the resource

self?: string

Link to the resource