Project

General

Profile

1
import {LookupData} from './lookup-data.interface';
2

    
3
export interface SchedulerCriteriaInterface {
4
  iPowerClientCode: string;
5
  status: string;
6
}
(42-42/50)