UNPKG

@cutls/megalodon

Version:

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

17 lines (16 loc) 301 B
export 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; };