﻿export class NameValue {
    id: string;
    name: string;
    value: any;
}
