Type alias NftContentInput

NftContentInput: {
    fileId: Scalars["ID"];
    posterId?: InputMaybe<Scalars["ID"]>;
}

The input to create or update NFTContent.

Type declaration

Generated using TypeDoc