Ping / circuit latency, break out commands, add typing function for IM, add thinkingTime and charactersPerSecond parameters to typing functions
This commit is contained in:
8
dist/classes/commands/AssetCommands.d.ts
vendored
Normal file
8
dist/classes/commands/AssetCommands.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="node" />
|
||||
import { CommandsBase } from './CommandsBase';
|
||||
import { HTTPAssets } from '../../enums/HTTPAssets';
|
||||
import { UUID } from '../UUID';
|
||||
export declare class AssetCommands extends CommandsBase {
|
||||
downloadAsset(type: HTTPAssets, uuid: UUID): Promise<Buffer>;
|
||||
uploadAsset(type: HTTPAssets, data: Buffer, name: string, description: string): Promise<UUID>;
|
||||
}
|
||||
Reference in New Issue
Block a user