We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dea5e75 commit 3b52bb9Copy full SHA for 3b52bb9
src/types.mts
@@ -4,7 +4,7 @@ export type StringKeyValueObject = { [key: string]: string }
4
5
export type OutputKind = 'json' | 'markdown' | 'text'
6
7
-// Base options type for fetch functions that use SDK
+// Base options type for fetch functions that use SDK.
8
export type BaseFetchOptions = {
9
sdkOpts?: import('./utils/sdk.mts').SetupSdkOptions | undefined
10
}
0 commit comments