feat: default properties type

This commit is contained in:
puriphatt 2024-06-25 10:17:25 +00:00
parent ee5717c609
commit 8a49fcf76a
3 changed files with 107 additions and 49 deletions

View file

@ -1 +1 @@
export type Option = { label: string; value: string };
export type Option = { label: string; value: string; type?: string };