Interface get_detail_of_nft_Metadata

interface get_detail_of_nft_Metadata {
    external_url: string;
    genes: string;
    id: number;
    image: string;
    name: string;
    properties: get_detail_of_nft_Properties;
}

Properties

external_url: string
genes: string
id: number
image: string
name: string