Outlook_Addin_LLM/node_modules/@microsoft/dev-tunnels-contracts/tunnelListByRegionResponse.d.ts

15 lines
387 B
TypeScript
Raw Normal View History

import { TunnelListByRegion } from './tunnelListByRegion';
/**
* Data contract for response of a list tunnel by region call.
*/
export interface TunnelListByRegionResponse {
/**
* List of tunnels
*/
value?: TunnelListByRegion[];
/**
* Link to get next page of results.
*/
nextLink?: string;
}
//# sourceMappingURL=tunnelListByRegionResponse.d.ts.map