mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 05:45:41 +02:00
This commit is contained in:
@@ -40,6 +40,12 @@ export type Source = {
|
||||
site_key: string;
|
||||
secret_key: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* ゴーストアカウントのID
|
||||
*/
|
||||
ghost?: string;
|
||||
|
||||
accesslog?: string;
|
||||
twitter?: {
|
||||
consumer_key: string;
|
||||
|
||||
Reference in New Issue
Block a user