mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-11 04:48:05 +00:00
4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
export type InstallSafetyOverrides = {
|
|
dangerouslyForceUnsafeInstall?: boolean;
|
|
};
|