export interface IRMIReturn {
    callId: number;
    errorCode: number;
    data: any;
}
