export interface AcdData {
    action: string;
    context: string;
    device: string;
}
