
export enum SwapAmountType {
    EXACT_IN = 1,
    EXACT_OUT = 0
}
