Type alias LinkObject

LinkObject: {
    href: string;
    meta?: MetaObject;
}

Type declaration

Generated using TypeDoc