Skip to content

Commit efbe4e7

Browse files
committed
Rename types file
1 parent c0f8c69 commit efbe4e7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/lib/seam/connect/error-interceptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { type AxiosError, isAxiosError } from 'axios'
22

3-
import type { ApiErrorResponse } from './api-error-type.js'
3+
import type { ApiErrorResponse } from './api-error-types.js'
44
import {
55
SeamHttpApiError,
66
SeamHttpInvalidInputError,

src/lib/seam/connect/seam-http-error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ApiError } from './api-error-type.js'
1+
import type { ApiError } from './api-error-types.js'
22

33
export class SeamHttpApiError extends Error {
44
code: string

0 commit comments

Comments
 (0)