export interface AugnitoFormattingConfig {
    UserCode: string;
    SubscriptionCode: string;
    AccessKey: string;
    SmId: string;
    DeviceCode: string | undefined;
    SourceApp: string;
    Server: string;
    enableLogs?: boolean;
}
