Skip to content

Commit ad31173

Browse files
committed
Casing of a type
1 parent 49406f6 commit ad31173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/workgrid-client/src/client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ setTypedMutationDefaults('notificationDetailViewed', (client) => ({
618618
// ================================================================================================================================
619619

620620
/** @beta */
621-
export type promptResponse = {
621+
export type PromptResponse = {
622622
botId: string
623623
botAliasId: string
624624
appId?: string
@@ -628,7 +628,7 @@ export type promptResponse = {
628628
export type AskResponse = {
629629
actions?: string[]
630630
suggestions?: string[]
631-
prompt?: promptResponse
631+
prompt?: PromptResponse
632632
text: string
633633
}
634634

0 commit comments

Comments
 (0)