IGPAPI
    Preparing search index...

    Interface CurrentUserResponseBioLink

    interface CurrentUserResponseBioLink {
        link_id: number;
        link_type: string;
        lynx_url: string;
        open_external_url_with_in_app_browser: boolean;
        title: string;
        url: string;
    }
    Index

    Properties

    link_id: number
    link_type: string
    lynx_url: string
    open_external_url_with_in_app_browser: boolean
    title: string
    url: string