export interface IDattoRmmCredentials {
    apiUrl: string;
    apiKey: string;
    apiSecretKey: string;
}
