import {UniqueItem} from "./common.ts"; export interface Survey extends UniqueItem{ title: string; }