chore: removed the logic for primitiveTypes as it is unused

This commit is contained in:
ankitsridhar16
2023-01-20 16:13:35 +05:30
parent 6da85fd286
commit 606e0120ee

View File

@@ -1 +0,0 @@
export type PrimitiveTypes = number | string | boolean;