export interface SampleInputValidatedProcessorData {
    nameParam: string;
    numberParam: number;
}
