Files
xen-orchestra/flow-typed/xo.js
2018-03-07 20:57:28 +01:00

3 lines
84 B
JavaScript

// eslint-disable-next-line no-undef
declare type $Dict<T, K = string> = { [K]: T }