UNPKG

starkbank

Version:

SDK to facilitate Node integrations with Stark Bank

16 lines (11 loc) 337 B
declare module 'starkbank' { export class Project { id: string privateKey: string environment: string name?: string allowedIps?: string constructor(params:{id: string, privateKey: string, environment: string, name?: string, allowedIps?: string}); accessId(): void; } }