export interface ControlInterface {
    name: string;
    hash: string;
}
