export AuthLinkRequestDeet

interface AuthLinkRequestDeet {
    business_type?: null | string;
    country_code?: null | string;
    object?: null | string;
    redirect_url?: null | string;
    refresh_url?: null | string;
}

Properties

business_type?: null | string
country_code?: null | string
object?: null | string
redirect_url?: null | string
refresh_url?: null | string