/**
 * The total surplus.
 *
 */
export type TotalSurplus = {
    /**
     * The total surplus.
     */
    totalSurplus?: string;
};
