import { ID } from '../../utils/sui/types/id'; export type NsAirdropClaimed = { amount: string; id: ID; };