UNPKG

@mbc-cqrs-serverless/survey-template

Version:
7 lines (6 loc) 295 B
import { CommandDto } from '@mbc-cqrs-serverless/core'; import { SurveyAnswerAttributes } from './survey-answer-attributes.dto'; export declare class SurveyAnswerCommandDto extends CommandDto { attributes: SurveyAnswerAttributes; constructor(partial: Partial<SurveyAnswerCommandDto>); }