1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 19:54:13 +02:00
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;
}>;