Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed Jul 17, 2024
1 parent 456f5da commit 16f117f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/types/composerAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ export type ComposerActionData = {
timestamp: number
url: string
state: {
parent?: string | undefined
text: string
embeds: string[]
requestId: string
cast: {
parent?: string | undefined
text: string
embeds: string[]
castDistribution: string
}
}
}

Expand Down

0 comments on commit 16f117f

Please sign in to comment.