export interface RequireInteractiveControl {
    id: string;
    isLocked: boolean;
}

export interface RequireEmptyFunction {
    empty(): any;
}
