Type Alias ProfilePointer

ProfilePointer: {
    nip46?: string[];
    pubkey: string;
    relays?: string[];
}