export ProviderAccount

interface ProviderAccount {
    provider_account_id?: null | string;
    provider_account_type?: ProviderAccountType;
}

Properties

provider_account_id?: null | string
provider_account_type?: ProviderAccountType