summaryrefslogtreecommitdiff
path: root/packages/megalodon/src/mastodon/entities/source.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/megalodon/src/mastodon/entities/source.ts')
-rw-r--r--packages/megalodon/src/mastodon/entities/source.ts10
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>
- }
-}