We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289ef51 commit 41f6439Copy full SHA for 41f6439
structure/main.ts
@@ -16235,6 +16235,7 @@ type TinyPremiumGetApiKeyWSParams = {
16235
*/
16236
export type TinyPremiumGetApiKeyWSResponse = {
16237
apikey: string; // The API key for Tiny Premium.
16238
+ usecloud: boolean; // Whether to use the cloud version of Tiny Premium plugins or self-hosted.
16239
};
16240
16241
/**
0 commit comments