Hierarchy

  • Profile

Indexable

[key: string]: any

Properties

@context: "http://schema.org"
@type: "Person"
apps?: {
    [origin: string]: string;
}

Type declaration

  • [origin: string]: string
appsMeta?: {
    [origin: string]: {
        publicKey: string;
        storage: string;
    };
}

Type declaration

  • [origin: string]: {
        publicKey: string;
        storage: string;
    }
    • publicKey: string
    • storage: string
image?: ProfileImage[]
name?: string

Generated using TypeDoc