DefinitelyTyped/types/nodegit/cvar-map.d.ts
2017-06-07 02:47:37 +01:00

6 lines
91 B
TypeScript

export class CvarMap {
cvarType: number;
strMatch: string;
mapValue: number;
}