import { SlsAbstractQuestion } from "./sls-abstract-question";
export interface SlsJobQuestion extends SlsAbstractQuestion {
}
