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