fix: type error

This commit is contained in:
Oleg Nechiporenko
2023-06-21 02:38:31 +05:00
parent c06ac3815f
commit 241d9deb84

View File

@@ -21,7 +21,7 @@ import { sourceAtomicHistorySchema, targetAtomicHistorySchema } from './schemas/
import { makePartial } from '../../utils/index.js';
import type { networkCodes } from '../../constants/index.js';
import { fetchWithValidation } from 'simple-typed-fetch';
import { BasicAuthCredentials } from '../../types.js';
import type { BasicAuthCredentials } from '../../types.js';
type IAdminAuthHeaders = {
auth: string