Skip to content

Commit

Permalink
renaming SampleItemResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
ksierks committed Jan 9, 2023
1 parent e17ee8d commit 7fd0d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/resources/js/apis/projects/samples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export interface LockedSamplesResponse {
}

export interface SamplesResponse {
responses: Record<string, SampleItemResponse>;
responses: Record<string, SampleItemErrorResponse>;
}

export interface SampleItemResponse {
export interface SampleItemErrorResponse {
error: boolean;
errorMessage: string;
}
Expand Down

0 comments on commit 7fd0d33

Please sign in to comment.