# Type Alias: PixiVNJsonSoundPauseResume (/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonSoundPauseResume)



\> **PixiVNJsonSoundPauseResume** = \{ `alias`: `string`; `operationType`: `"pause"` | `"resume"`; `type`: `"sound"` | `"channel"`; } | \{ `operationType`: `"pause"` | `"resume"` | `"stop"`; `type`: `"all"`; }

Defined in: [src/schema/PixiVNJsonSound.ts:36](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonSound.ts#L36)

Pauses or resumes a sound, a channel, or all audio.

Union Members [#union-members]

Type Literal [#type-literal]

\{ `alias`: `string`; `operationType`: `"pause"` | `"resume"`; `type`: `"sound"` | `"channel"`; }

alias [#alias]

\> **alias**: `string`

Alias of the sound or channel to pause/resume.

operationType [#operationtype]

\> **operationType**: `"pause"` | `"resume"`

type [#type]

\> **type**: `"sound"` | `"channel"`

***

Type Literal [#type-literal-1]

\{ `operationType`: `"pause"` | `"resume"` | `"stop"`; `type`: `"all"`; }
