import { SexualOrientationId } from './SexualOrientationId'; export interface ISexualOrientation { id: SexualOrientationId; name: string; }