import { SlsAbstractAnswer } from './sls-abstract-answer';

export interface SlsUserAnswer extends SlsAbstractAnswer {
}
