export default interface SET_GIZMO_VISIBILITY {
    DESCRIPTION: "Sets the gizmo's visibility.";
    PAYLOAD: boolean;
    RETURN: boolean;
}
