Enforce stronger types for ArrayBuffers and storage
This commit is contained in:
parent
61ac79e9ae
commit
8f5086227a
56 changed files with 748 additions and 675 deletions
|
@ -26,7 +26,7 @@ type ConfigValueType = {
|
|||
enabledAt?: number;
|
||||
value?: unknown;
|
||||
};
|
||||
type ConfigMapType = { [key: string]: ConfigValueType };
|
||||
export type ConfigMapType = { [key: string]: ConfigValueType };
|
||||
type ConfigListenerType = (value: ConfigValueType) => unknown;
|
||||
type ConfigListenersMapType = {
|
||||
[key: string]: Array<ConfigListenerType>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue