mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-30 01:27:57 +03:00
STF to ESM
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import stf from 'simple-typed-fetch';
|
||||
import { fetchWithValidation } from 'simple-typed-fetch';
|
||||
import {
|
||||
errorSchema,
|
||||
miniStatsSchema,
|
||||
@@ -9,8 +9,6 @@ import {
|
||||
linkSchema,
|
||||
} from './schemas/index.js';
|
||||
|
||||
const { fetchWithValidation } = stf;
|
||||
|
||||
type CreateLinkPayloadType = {
|
||||
referer: string
|
||||
link_option: number
|
||||
|
||||
Reference in New Issue
Block a user