(fullyQualifiedId: string)
| 87 | }; |
| 88 | |
| 89 | export const getSetting = (fullyQualifiedId: string): SettingValue => |
| 90 | useSettingsStore.getState().getValue(fullyQualifiedId); |
| 91 | |
| 92 | export const setSetting = async ( |
| 93 | fullyQualifiedId: string, |
no test coverage detected