🎨 Format with prettier
This commit is contained in:
@@ -70,7 +70,7 @@ interface UseConfigStoreType {
|
||||
addConfig: (
|
||||
name: string,
|
||||
config: ConfigType,
|
||||
shouldSaveConfigToFileSystem: boolean,
|
||||
shouldSaveConfigToFileSystem: boolean
|
||||
) => Promise<void>;
|
||||
updateConfig: (
|
||||
name: string,
|
||||
|
||||
Reference in New Issue
Block a user