mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-10 19:34:41 +00:00
5 lines
137 B
TypeScript
5 lines
137 B
TypeScript
export type IMDSBadResponse = {
|
|
error: string;
|
|
"newest-versions": Array<string>;
|
|
};
|
|
//# sourceMappingURL=IMDSBadResponse.d.ts.map
|