TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface ProfileListInfo

    interface ProfileListInfo {
        account?: string;
        from_share?: boolean;
        id: string;
        logo_url: string;
        name: string;
    }
    Index

    Properties

    account?: string
    from_share?: boolean
    id: string
    logo_url: string
    name: string