Interface ILinksShort

interface ILinksShort {
    self: {
        href: string;
    };
}

Properties

Properties

self: {
    href: string;
}

Type declaration

  • href: string