export type AuctionsNft = {
    policyid?: string | null;
    tokennamehex?: string | null;
    ipfshash?: string | null;
    metadata?: string | null;
    tokencount?: number;
};
