textiot
Version:
A framework for building web and native (IoT) Dapps on the IPFS network
44 lines (43 loc) • 962 B
TypeScript
export declare const schema: {
name: string;
pin: boolean;
plaintext: boolean;
mill: string;
opts: {};
json_schema: {};
links: {
thumb: {
use: string;
pin: boolean;
plaintext: boolean;
mill: string;
opts: {
quality: string;
width: string;
};
json_schema: {};
};
large: {
use: string;
pin: boolean;
plaintext: boolean;
mill: string;
opts: {
quality: string;
width: string;
};
json_schema: {};
};
small: {
use: string;
pin: boolean;
plaintext: boolean;
mill: string;
opts: {
quality: string;
width: string;
};
json_schema: {};
};
};
};