export interface IStipulations {
    StipulationType?: string;
    StipulationValue?: string;
}
