import type * as Square from "../index"; /** * Format of measure or dimension - can be a simple string format, a link configuration, a custom time format, or a custom numeric format */ export type Format = Square.SimpleFormat | Square.LinkFormat | Square.CustomTimeFormat | Square.CustomNumericFormat;