8 lines
110 B
TypeScript
8 lines
110 B
TypeScript
export class NameValue
|
|
{
|
|
type: string;
|
|
class: string;
|
|
sendTo: string;
|
|
value: string;
|
|
}
|