import { BaseSQLModel } from './BaseSQLModel'; export interface PointOfSaleSurveySection extends BaseSQLModel { surveyId: string; }