Skip to content

Commit

Permalink
fix markdown types (#2)
Browse files Browse the repository at this point in the history
* fix markdown types

* fix markdown types
  • Loading branch information
bili-22 authored Jan 4, 2024
1 parent 89f9c9b commit 5f2f9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/qq/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ export interface Button {
permission: {
type: number
specify_role_ids?: string[]
specify_user_ids?: string
specify_user_ids?: string[]
}
click_limit?: number
data: string
Expand Down

0 comments on commit 5f2f9d1

Please sign in to comment.