Interface LinksObject

interface LinksObject {
    related?: null | string | LinkObject;
    self?: null | string | LinkObject;
}

Properties

Properties

related?: null | string | LinkObject
self?: null | string | LinkObject