@virtuals-protocol/game-twitter-node
Version:
Strongly typed, full-featured, light, versatile yet powerful Virtual Twitter API v2 client for Node.js. Forked from twitter-api-v2.
13 lines (12 loc) • 388 B
TypeScript
import TwitterAdsSandboxReadWrite from './client.ads-sandbox.write';
/**
* Twitter ads sandbox client with all rights (read/write)
*/
export declare class TwitterAdsSandbox extends TwitterAdsSandboxReadWrite {
protected _prefix: string;
/**
* Get a client with read/write rights.
*/
get readWrite(): TwitterAdsSandboxReadWrite;
}
export default TwitterAdsSandbox;