mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 19:34:41 +00:00
6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
export type CloudDiscoveryMetadata = {
|
|
preferred_network: string;
|
|
preferred_cache: string;
|
|
aliases: Array<string>;
|
|
};
|
|
//# sourceMappingURL=CloudDiscoveryMetadata.d.ts.map
|