@mintlify/link-rot 3.0.1243 → 3.0.1245
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3719,6 +3719,12 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
3719
3719
|
schema?: boolean | undefined;
|
|
3720
3720
|
instructions?: string | string[] | undefined;
|
|
3721
3721
|
} | undefined;
|
|
3722
|
+
variations?: {
|
|
3723
|
+
options: {
|
|
3724
|
+
id: string;
|
|
3725
|
+
label: string;
|
|
3726
|
+
}[];
|
|
3727
|
+
} | undefined;
|
|
3722
3728
|
}> | {
|
|
3723
3729
|
warnings: import("zod").ZodIssue[];
|
|
3724
3730
|
success: true;
|
|
@@ -7430,6 +7436,12 @@ export declare const readResolvedConfigJsonAndValidate: (baseDir: string) => Pro
|
|
|
7430
7436
|
schema?: boolean | undefined;
|
|
7431
7437
|
instructions?: string | string[] | undefined;
|
|
7432
7438
|
} | undefined;
|
|
7439
|
+
variations?: {
|
|
7440
|
+
options: {
|
|
7441
|
+
id: string;
|
|
7442
|
+
label: string;
|
|
7443
|
+
}[];
|
|
7444
|
+
} | undefined;
|
|
7433
7445
|
};
|
|
7434
7446
|
error?: never;
|
|
7435
7447
|
} | import("zod").SafeParseError<{
|