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