feat: add baseos contracts
This commit is contained in:
+4
-1
@@ -8,6 +8,9 @@ export interface ICloudlySettings {
|
||||
// Cloud Provider Tokens
|
||||
hetznerToken?: string;
|
||||
cloudflareToken?: string;
|
||||
|
||||
// BaseOS enrollment
|
||||
baseosJoinToken?: string;
|
||||
|
||||
// AWS Credentials
|
||||
awsAccessKey?: string;
|
||||
@@ -53,4 +56,4 @@ export interface ICloudlySettings {
|
||||
*/
|
||||
export type ICloudlySettingsMasked = {
|
||||
[K in keyof ICloudlySettings]: string | undefined;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user