export default interface SET_GIZMO_SCALE_LINKED {
    DESCRIPTION: "Sets the gizmo's unified scale mode.";
    PAYLOAD: boolean;
    RETURN: boolean;
}
