textiot
Version:
A framework for building web and native (IoT) Dapps on the IPFS network
32 lines (31 loc) • 839 B
TypeScript
import { Contact } from '../../../models';
export declare namespace contacts {
const search: {
id: string;
date: string;
value: {
'@type': string;
address: string;
name: string;
avatar: string;
peers: {
id: string;
address: string;
name: string;
avatar: string;
inboxes: {
peer: string;
address: string;
api: string;
protocol: string;
node: string;
url: string;
swarm: string[];
}[];
created: string;
updated: string;
}[];
};
};
const contact: Contact;
}