This commit is contained in:
syuilo 2018-03-02 18:46:08 +09:00
parent 21ebc5e84e
commit d10be71161
7 changed files with 265 additions and 15 deletions

View file

@ -27,7 +27,7 @@ export type API = {
dialog: (opts: {
title: string;
text: string;
actions: Array<{
actions?: Array<{
text: string;
id?: string;
}>;