import { UserBean } from 'oasi-nsi-rest'; export class InstructionExecutor { creator: UserBean; executor: UserBean[]; assistant: UserBean[]; }