this doesn't need to be optional I think
This commit is contained in:
parent
10ac39b46f
commit
0f9befb6a6
1 changed files with 2 additions and 2 deletions
4
src/alu.d.ts
vendored
4
src/alu.d.ts
vendored
|
|
@ -14,8 +14,8 @@ export declare global {
|
|||
type DefaultKeys = {
|
||||
[key: string]: Key;
|
||||
};
|
||||
// tf? if I remove boolean it breaks in settings.ts. I don't know why.
|
||||
type Key = Record<string?, string | KeyObj>;
|
||||
|
||||
type Key = Record<string, string | KeyObj>;
|
||||
|
||||
type KeyObj = {
|
||||
name: string;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue