/** Details of a gadget position. */
export interface DashboardGadgetPosition {
  'The row position of the gadget.': number;
  'The column position of the gadget.': number;
}
