This commit is contained in:
syuilo
2018-02-22 02:15:46 +09:00
parent abf1c30ce6
commit 73029df58a
6 changed files with 53 additions and 17 deletions

View File

@@ -42,7 +42,10 @@ export type API = {
default?: string;
}) => Promise<string>;
post: () => void;
post: (opts?: {
reply?: any;
repost?: any;
}) => void;
notify: (message: string) => void;
};