import { Link } from './LinkEntity'; export interface ResourceProjection { fullProjection?: Link; detailsProjection?: Link; }