import { BaseObject } from './baseObject';
export interface GetCurrentNetwork extends BaseObject {
}
