10 lines
178 B
TypeScript
10 lines
178 B
TypeScript
export declare const context7: {
|
|
type: "remote";
|
|
url: string;
|
|
enabled: boolean;
|
|
headers: {
|
|
Authorization: string;
|
|
} | undefined;
|
|
oauth: false;
|
|
};
|