mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
confirmationStatus is optional
Fix the removed ? at the end of confirmationStatus in SlotValue.
This commit is contained in:
committed by
GitHub
parent
693e499e15
commit
59bb1fa3b5
2
types/alexa-sdk/index.d.ts
vendored
2
types/alexa-sdk/index.d.ts
vendored
@@ -122,7 +122,7 @@ export interface Resolutions {
|
||||
}
|
||||
|
||||
export interface SlotValue {
|
||||
confirmationStatus: ConfirmationStatuses;
|
||||
confirmationStatus?: ConfirmationStatuses;
|
||||
name: string;
|
||||
value?: any;
|
||||
resolutions?: Resolutions;
|
||||
|
||||
Reference in New Issue
Block a user