UNPKG

@strandgeek/powerup

Version:

PowerUP is a javascript library that makes managing a LUKSO Universal Profile easy

9 lines (8 loc) 199 B
export declare type SchemaFieldSingletonType = ({ contract: any }: { contract: any; }) => ({ name: string; }); export interface StorageSchema { [key: string]: SchemaFieldSingletonType; }