DefinitelyTyped/types/nodegit/cvar-map.d.ts

6 lines
91 B
TypeScript

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