export interface NftokenDetail { issuer?: string; token?: string; owner?: string; name?: string; image?: string; }