UNPKG

@0xcert/conventions

Version:

Module with implementation of all confirmed conventions.

27 lines (26 loc) 537 B
export interface SchemaErc721 { [key: string]: any; description?: string; image?: string; name?: string; } export declare const schemaErc721: { $schema: string; description: string; properties: { description: { description: string; type: string; }; image: { description: string; type: string; }; name: { description: string; type: string; }; }; title: string; type: string; };