6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
export declare type CloudDiscoveryMetadata = {
|
|
preferred_network: string;
|
|
preferred_cache: string;
|
|
aliases: Array<string>;
|
|
};
|
|
//# sourceMappingURL=CloudDiscoveryMetadata.d.ts.map
|