Interface get_details_of_multiple_nfts_Metadata

interface get_details_of_multiple_nfts_Metadata {
    external_url: string;
    genes: string;
    id: number;
    image: string;
    name: string;
    properties: get_details_of_multiple_nfts_Properties;
}

Properties

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