export TokenizedAccountDeets

interface TokenizedAccountDeets {
    token?: null | string;
}

Properties

Properties

token?: null | string