Skip to content

Commit

Permalink
chore(transport): remove unused export
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Feb 5, 2025
1 parent a7f0b3c commit a12e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport/src/types/apiCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface Success<T> {
payload: T;
}

export type ErrorGeneric<ErrorType> = {
type ErrorGeneric<ErrorType> = {
success: false;
error: ErrorType;
message?: string;
Expand Down

0 comments on commit a12e98e

Please sign in to comment.