Skip to content

Commit bec70de

Browse files
committed
refactor: remove PropType enum
It is not used since commit 294cd97.
1 parent 5eff89b commit bec70de

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

src/enums.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -197,25 +197,6 @@ export const NodeProp = {
197197

198198
export type NodeProp = typeof NodeProp[keyof typeof NodeProp]
199199

200-
export enum PropType {
201-
blocks,
202-
boolean,
203-
bytes,
204-
cost,
205-
duration,
206-
estimateDirection,
207-
factor,
208-
increment,
209-
json,
210-
kilobytes,
211-
list,
212-
loops,
213-
rows,
214-
sortGroups,
215-
transferRate,
216-
jit,
217-
}
218-
219200
export enum WorkerProp {
220201
// plan property keys
221202
WORKER_NUMBER = "Worker Number",

0 commit comments

Comments
 (0)