NftMetadataFragment: {
    description: string | null;
    image: {
        optimized: ImageFragment | null;
        raw: ImageFragment;
    } | null;
    name: string | null;
}

Type declaration

  • description: string | null
  • image: {
        optimized: ImageFragment | null;
        raw: ImageFragment;
    } | null
  • name: string | null