This commit is contained in:
syuilo
2018-04-26 20:30:49 +09:00
parent 1625fdc2f4
commit 32da569ef6
3 changed files with 21 additions and 1 deletions

View File

@ -40,6 +40,12 @@ export type Source = {
site_key: string;
secret_key: string;
};
/**
* ゴーストアカウントのID
*/
ghost?: string;
accesslog?: string;
twitter?: {
consumer_key: string;