UNPKG

@cutls/megalodon

Version:

Mastodon, Pleroma, Misskey API client for node.js and browser

19 lines (18 loc) 281 B
declare namespace MisskeyEntity { type File = { id: string createdAt: string name: string type: string md5: string size: number isSensitive: boolean properties: { width: number height: number avgColor: string } url: string thumbnailUrl: string } }