UNPKG

119 BTypeScriptView Raw
1export interface BoolValue {
2 'value'?: (boolean);
3}
4export interface BoolValue__Output {
5 'value': (boolean);
6}