File size: 86 Bytes
71174bc
 
 
 
 
1
2
3
4
5
6
export interface NameValPair {
    name: string;
    val: any;
    module?: string;
}