UNPKG

pixeldrainjs

Version:

A NodeJS Wrapper for the pixeldrain.com API

11 lines (10 loc) 187 B
export interface List { title: string; anonymous: boolean; dateCreated?: Date; files: ListItem[]; } export interface ListItem { file: File; description: string; }