interface SelfLink {
    self?: string;
}

Properties

Properties

self?: string