export interface SelfLink {
  self?: string;
}
