> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokentypesupplydto.md).

# VyErc1155TokenTypeSupplyDto

## Properties

| Field   | Type   | Description                                            | Required |
| ------- | ------ | ------------------------------------------------------ | -------- |
| current | number | The current quantity of tokens minted.                 | ✗        |
| pending | number | The quantity of tokens that are pending/ being minted. | ✗        |
| max     | number | The maximum quantity of tokens allowed to be minted.   | ✗        |

## References

**Schema**

* [VyErc1155TokenTypeSummaryDto](/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokentypesummarydto.md)
