export interface RequireInteractiveControl
{
    id: string,
    isLocked: boolean;
}
