@civitai/client 0.2.0-beta.48 → 0.2.0-beta.49
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.
|
@@ -3633,6 +3633,7 @@ export declare const SdCppSampleMethod: {
|
|
|
3633
3633
|
readonly RES_MULTISTEP: 'res_multistep';
|
|
3634
3634
|
readonly RES_2S: 'res_2s';
|
|
3635
3635
|
readonly TCD: 'tcd';
|
|
3636
|
+
readonly ER_SDE: 'er_sde';
|
|
3636
3637
|
};
|
|
3637
3638
|
export type SdCppSampleMethod = (typeof SdCppSampleMethod)[keyof typeof SdCppSampleMethod];
|
|
3638
3639
|
export declare const SdCppSchedule: {
|