Project

General

Profile

1
export interface CapturingVerification {
2
  id: number;
3
  capturingVerificationsName: string;
4
}
(4-4/50)