diff --git a/src/types.ts b/src/types.ts index 9a3e788..819d2ba 100644 --- a/src/types.ts +++ b/src/types.ts @@ -15,7 +15,7 @@ export interface CopycatConfig { export interface CopycatProfileBase { name: string; - vendor: Vendor; + vendor: Vendor; /** authentication etc., always depends on vendor */ config: CopycatVendorConfig; }