export interface WithdrawFee {
    FeeAmount: number;
    TicketAmount: number;
}
