import type { VersionRelatedWork } from '../models';

export interface CreateRelatedWork extends VersionRelatedWork {
  id: string;
}
