/** * This file was auto-generated by Fern from our API Definition. */ export interface Rate { /** The cost per unit of energy in TRX. */ rate: number; }