UNPKG

legal

Version:

go legal programmatically

10 lines (9 loc) 253 B
import * as plugins from '../legal.plugins'; import { ICompany } from 'tsclass'; export interface ILegalOptions { company: ICompany; } export declare class Legal { company: plugins.tsclass.ICompany; constructor(optionsArg: ILegalOptions); }