Project

General

Profile

1
export interface VerificationRuleSearchFormValue {
2
  clientId: string;
3
  categoryId: number;
4
  docClassificationId: number;
5
  docSubcategory: string;
6
}
(1-1/5)