Interface FeeToken

interface FeeToken {
    token: string;
}

Properties

Properties

token: string