MintPermissionType

Git Source

Access modes used to restrict who can mint

enum MintPermissionType {
    Public,
    Allowlist,
    AllowTable
}