Skip to content

Commit

Permalink
feat(typings): Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalvinbullhorn committed Sep 11, 2024
1 parent b4fbc23 commit 8045d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4676,7 +4676,7 @@ export interface CopilotFilteredFieldMaps {
}];
}
export interface CopilotGenerativeConfig {
copilotGenerativeProviderLookup?: CopilotProvider;
copilotGenerativeProviderLookup?: CopilotGenerativeProvider;
apiKey?: Strings;
defaultCopilotGenerativeModel?: CopilotGenerativeModel;
}
Expand Down Expand Up @@ -4725,8 +4725,8 @@ export interface CopilotPromptLocation {
label?: Strings;
value?: Strings;
}
export interface CopilotProvider {
copilotGenerativeProviderLookupID?: number;
export interface CopilotGenerativeProvider {
id?: number;
label?: Strings;
}
export interface CopilotRole {
Expand Down

0 comments on commit 8045d12

Please sign in to comment.