this doesn't need to be optional I think

This commit is contained in:
wearrrrr 2024-11-24 00:43:44 -06:00
parent 10ac39b46f
commit 0f9befb6a6

4
src/alu.d.ts vendored
View file

@ -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;