UNPKG

@fdot/arculus-staff-service

Version:

Simplifies usage of the Arculus Staff Service

8 lines 284 B
import { Environment } from "../enums/Environment"; import { ICacheOptions } from "./ICacheOptions"; export interface IStaffServiceOptions { arculusApiKey: string; environment: Environment; cacheOptions?: ICacheOptions; } //# sourceMappingURL=IStaffServiceOptions.d.ts.map