interface Linkage {
    id: string;
    meta?: Meta;
    type: string;
}

Properties

Properties

id: string
meta?: Meta
type: string