# Function: getNonMintApprovals()

> **getNonMintApprovals**\<`T`\>(`collectionApprovals`): [`CollectionApprovalWithDetails`](https://docs.bitbadges.io/sdk/reference/classes/collection-approval-with-details)\<`T`\>[]

Defined in: [packages/bitbadgesjs-sdk/src/core/approval-utils.ts:235](https://github.com/BitBadges/bitbadgesjs/blob/master/packages/bitbadgesjs-sdk/src/core/approval-utils.ts#L235)

Returns the approvals without the "Mint" address in any fromList.
For ones with "Mint" and other addresses ABC, for example, it will return just ABC.

## Type Parameters

### T

`T` *extends* [`NumberType`](https://docs.bitbadges.io/sdk/reference/type-aliases/number-type)

## Parameters

### collectionApprovals

[`CollectionApprovalWithDetails`](https://docs.bitbadges.io/sdk/reference/classes/collection-approval-with-details)\<`T`\>[]

## Returns

[`CollectionApprovalWithDetails`](https://docs.bitbadges.io/sdk/reference/classes/collection-approval-with-details)\<`T`\>[]
