export interface JQuerySerializeItemInterface {
    name: string;
    value: any;
}
