Interface AuthAccount

interface AuthAccount {
    AuthAccount: { Account: string };
}

Properties

Properties

AuthAccount: { Account: string }