mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00: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
Vendored
+1
-1
@@ -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