Interface NativeItem

interface NativeItem {
    type: "NATIVE";
    amount: string;
}

Properties

Properties

type: "NATIVE"
amount: string