UNPKG

nest-square

Version:

NestJS module for Square Node.js SDK

9 lines (8 loc) 403 B
import { DynamicModule } from "@nestjs/common"; import { NestSquareAsyncOptions } from "./nest-square-async-options.js"; import { NestSquareConfigType } from "./nest-square.config.js"; export declare class NestSquareModule { static fromEnv(): DynamicModule; static forRoot(options: NestSquareConfigType): DynamicModule; static forRootAsync(options: NestSquareAsyncOptions): DynamicModule; }