/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * decimalPlaces: 2 * } */ export interface NumberConfig { /** Number of decimal places to round data to */ decimalPlaces?: number; }