We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49406f6 commit ad31173Copy full SHA for ad31173
packages/workgrid-client/src/client.ts
@@ -618,7 +618,7 @@ setTypedMutationDefaults('notificationDetailViewed', (client) => ({
618
// ================================================================================================================================
619
620
/** @beta */
621
-export type promptResponse = {
+export type PromptResponse = {
622
botId: string
623
botAliasId: string
624
appId?: string
@@ -628,7 +628,7 @@ export type promptResponse = {
628
export type AskResponse = {
629
actions?: string[]
630
suggestions?: string[]
631
- prompt?: promptResponse
+ prompt?: PromptResponse
632
text: string
633
}
634
0 commit comments