🏷️ types

This commit is contained in:
Fred KISSIE
2026-06-10 20:56:24 +02:00
committed by Owen
parent 75084028d7
commit 2cbc6fb128

View File

@@ -63,6 +63,34 @@ export type LatestVersionResponse = {
latestVersion: string; latestVersion: string;
releaseNotes: string; releaseNotes: string;
}; };
newt: {
latestVersion: string;
releaseNotes: string;
};
cli: {
latestVersion: string;
releaseNotes: string;
};
"panglin-node": {
latestVersion: string;
releaseNotes: string;
};
windows: {
latestVersion: string;
releaseNotes: string;
};
android: {
latestVersion: string;
releaseNotes: string;
};
mac: {
latestVersion: string;
releaseNotes: string;
};
ios: {
latestVersion: string;
releaseNotes: string;
};
}; };
export const productUpdatesQueries = { export const productUpdatesQueries = {