UNPKG

scheunemann-interfaces

Version:
6 lines (5 loc) 193 B
import { IEvolutionHash } from '../interfaces'; export declare class EvolutionHashEntity implements IEvolutionHash { apikey: string; constructor(data?: Partial<EvolutionHashEntity>); }