This commit is contained in:
parent
1625fdc2f4
commit
32da569ef6
3 changed files with 21 additions and 1 deletions
|
|
@ -40,6 +40,12 @@ export type Source = {
|
|||
site_key: string;
|
||||
secret_key: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* ゴーストアカウントのID
|
||||
*/
|
||||
ghost?: string;
|
||||
|
||||
accesslog?: string;
|
||||
twitter?: {
|
||||
consumer_key: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue