Interface FeeToken

interface FeeToken {
    token: string;
}

Properties

token: string
""