netsuite-oauth-client
Version:
NetSuite OAuth 1.0 client library for Node.js with TypeScript support
11 lines • 364 B
TypeScript
export declare class OAuthError extends Error {
code?: string | undefined;
constructor(message: string, code?: string | undefined);
}
export declare class ValidationError extends OAuthError {
constructor(message: string);
}
export declare class SignatureError extends OAuthError {
constructor(message: string);
}
//# sourceMappingURL=index.d.ts.map