diff options
Diffstat (limited to 'packages/megalodon/src/mastodon/entities/source.ts')
| -rw-r--r-- | packages/megalodon/src/mastodon/entities/source.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/megalodon/src/mastodon/entities/source.ts b/packages/megalodon/src/mastodon/entities/source.ts deleted file mode 100644 index c104602172..0000000000 --- a/packages/megalodon/src/mastodon/entities/source.ts +++ /dev/null @@ -1,10 +0,0 @@ -/// <reference path="field.ts" /> -namespace MastodonEntity { - export type Source = { - privacy: string | null - sensitive: boolean | null - language: string | null - note: string - fields: Array<Field> - } -} |