mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-17 19:42:14 +00:00
30 lines
821 B
Markdown
30 lines
821 B
Markdown
[youtubei.js](../README.md) / ApiResponse
|
|
|
|
# Interface: ApiResponse
|
|
|
|
Defined in: [src/core/Actions.ts:18](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L18)
|
|
|
|
## Properties
|
|
|
|
### data
|
|
|
|
> **data**: [`IRawResponse`](IRawResponse.md)
|
|
|
|
Defined in: [src/core/Actions.ts:21](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L21)
|
|
|
|
***
|
|
|
|
### status\_code
|
|
|
|
> **status\_code**: `number`
|
|
|
|
Defined in: [src/core/Actions.ts:20](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L20)
|
|
|
|
***
|
|
|
|
### success
|
|
|
|
> **success**: `boolean`
|
|
|
|
Defined in: [src/core/Actions.ts:19](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L19)
|