import { Rval1 } from './Rval1';
/** performDaiAuthenticationKeyActionResponse */
export interface PerformDaiAuthenticationKeyActionResponse {
    /** rval */
    rval?: Rval1;
}
