Interface GrantItemOptions

Options for granting an item to a user.

interface GrantItemOptions {
    ignoreIfHasInstance?: boolean;
}

Properties

ignoreIfHasInstance?: boolean

If true, the item will not be granted if the user already has an instance of this item class.