UNPKG

233 BTypeScriptView Raw
1import { BaseService, Sudo } from '../infrastructure';
2export declare class Licence extends BaseService {
3 all(options?: Sudo): Promise<import("../infrastructure").GetResponse>;
4 create(options?: Sudo): Promise<object>;
5}