export type APIResponseProps = any export interface SyncNFTDataProps { nftIds: number[] | string[] callback?: any isNewest?: boolean } export interface SyncBoxDataProps { nftIds: number[] | string[] callback?: any isNewest?: boolean }