diff options
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index 07d2ec318f..1e44c4061e 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -50,11 +50,6 @@ export type Source = { autoAdmin?: boolean; - /** - * ゴーストアカウントのID - */ - ghost?: string; - proxy?: string; summalyProxy?: string; |