export default interface ILinks {
    self?: string;
    related?: string;
}
