export AuthLinkResponse

interface AuthLinkResponse {
    link?: null | string;
}

Properties

Properties

link?: null | string