UNPKG

nest-square

Version:

NestJS module for Square Node.js SDK

8 lines (7 loc) 418 B
export declare const NEST_SQUARE_CONFIG_INJECTION_KEY = "NEST_SQUARE_CONFIG"; export declare type NestSquareConfigType = { clientEnvironment: string; oauthClientId: string; oauthClientSecret: string; }; export declare const NestSquareConfig: import("@nestjs/config").ConfigFactory<NestSquareConfigType> & import("@nestjs/config").ConfigFactoryKeyHost<NestSquareConfigType | Promise<NestSquareConfigType>>;