UNPKG
@yujinakayama/apple-music
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Apple Music API Client for Node.js
github.com/yujinakayama/apple-music-node
@yujinakayama/apple-music
/
dist
/
serverTypes
/
error.d.ts
16 lines
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
interface
Error
{
code
:
string
;
detail
?:
string
;
id
:
string
;
source
?:
Error
.
Source
;
status
:
string
;
title
:
string
; }
declare
namespace
Error
{
interface
Source
{
parameter
?:
string
;
pointer
?:
any
; } }
export
{};
//# sourceMappingURL=error.d.ts.map