/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $LinkedNetworksGetResponse = {
    properties: {
        network_relations: {
            type: 'array',
            contains: {
                type: 'LinkedNetworkBrief',
            },
        },
    },
};