fix: remove confirm callback, not needed.

This commit is contained in:
Ibrahim Hadeed 2016-03-06 16:42:58 -05:00
parent b5f92671ae
commit 662d8ce079

View File

@ -14,14 +14,6 @@ export interface promptCallback {
} }
export interface confirmCallback {
/**
* The index of the pressed button. (Number) Note that the index uses one-based indexing, so the value is 1, 2, 3, etc.
*/
buttonIndex : number,
}
/** /**
* @name Dialogs * @name Dialogs