import { Connection } from '../connection/'; export interface UserConnectionList { connections: Connection[]; has_more: boolean; } //# sourceMappingURL=UserConnectionList.d.ts.map