Type Alias InlineCompletionsDisposeReason
type InlineCompletionsDisposeReason = {
kind:
| "lostRace"
| "tokenCancellation"
| "other"
| "empty"
| "notTaken";
}Properties§
§
kind:
| "lostRace"
| "tokenCancellation"
| "other"
| "empty"
| "notTaken"