Skip to content

Commit 9dce3c9

Browse files
Bashamegasaschanaz
andauthored
Update src/build/patches.ts
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent de05586 commit 9dce3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/patches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { parse, type Node } from "kdljs";
22
import type { Enum, Event, Property } from "./types";
33
import { readdir, readFile } from "fs/promises";
44
import { merge } from "./helpers.js";
5-
type Properties = Record<string, Omit<Property, "type">>;
5+
type Properties = Record<string, Partial<Property>>;
66

77
/**
88
* Converts patch files in KDL to match the [types](types.d.ts).

0 commit comments

Comments
 (0)