export interface GetEpic {
  /** The id or key of the requested epic. */
  epicIdOrKey: string;
}
