Skip to content

Commit

Permalink
Remove unused interface property from response dto
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejkang committed Sep 6, 2021
1 parent fd89c14 commit 74cf597
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import { CoreResponse } from '../../../../shared/core/CoreResponse';

export interface CreateDriverLicenseVerificationUseCaseResponse extends CoreResponse {
errorMessage?: string;
errors?: string[];
}
export interface CreateDriverLicenseVerificationUseCaseResponse extends CoreResponse {}

0 comments on commit 74cf597

Please sign in to comment.