[pontx-spec](../README.md) / [Exports](../modules.md) / Mod

# Class: Mod

## Table of contents

### Constructors

- [constructor](Mod.md#constructor)

### Properties

- [description](Mod.md#description)
- [interfaces](Mod.md#interfaces)
- [name](Mod.md#name)

## Constructors

### constructor

• **new Mod**()

## Properties

### description

• `Optional` **description**: `string`

#### Defined in

[pontx-spec/src/type.ts:230](https://github.com/pontjs/pontx-pro/blob/44659c4/packages/pontx-spec/src/type.ts#L230)

___

### interfaces

• **interfaces**: [`PontAPI`](PontAPI.md) & \{ `name`: `string`  }[] = `[]`

#### Defined in

[pontx-spec/src/type.ts:229](https://github.com/pontjs/pontx-pro/blob/44659c4/packages/pontx-spec/src/type.ts#L229)

___

### name

• **name**: `string` \| `Symbol`

#### Defined in

[pontx-spec/src/type.ts:228](https://github.com/pontjs/pontx-pro/blob/44659c4/packages/pontx-spec/src/type.ts#L228)
