import { Rval1 } from './Rval1';
/** performDaiEncodingProfileActionResponse */
export interface PerformDaiEncodingProfileActionResponse {
    /** rval */
    rval?: Rval1;
}
