NftOwnershipConditionFragment: {
    __typename: "NftOwnershipCondition";
    contract: NetworkAddressFragment;
    contractType: NftContractType;
    tokenIds: string[] | null;
}

Type declaration