/**
 * The protocol fee is taken as a percent of the order volume.
 */
export type Volume = {
    factor: number;
};
