new lib version [CI SKIP]
This commit is contained in:
9
dist/services/StatusService.d.ts
vendored
Normal file
9
dist/services/StatusService.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare class StatusService {
|
||||
/**
|
||||
* Get
|
||||
* Lists all tracks.
|
||||
* @returns any Successful response
|
||||
* @throws ApiError
|
||||
*/
|
||||
static statusControllerGet(): Promise<any>;
|
||||
}
|
||||
Reference in New Issue
Block a user