// https://jsonapi.org/format/#document-resource-object-links

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