Interface ConnectedAccount

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

Properties

Properties

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