replugged

    Interface ConnectedAccount

    interface ConnectedAccount {
        id: string;
        name: string;
        type: string;
        verified: boolean;
    }
    Index

    Properties

    Properties

    id: string
    name: string
    type: string
    verified: boolean
    MMNEPVFCICPMFPCPTTAAATR