From be0f537dc4fe384eef09436833c6407e6482c16d Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 9 Nov 2023 15:40:16 +0700 Subject: Initial commit --- src/common/types/select.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/common/types/select.ts (limited to 'src/common/types/select.ts') diff --git a/src/common/types/select.ts b/src/common/types/select.ts new file mode 100644 index 0000000..f61dc08 --- /dev/null +++ b/src/common/types/select.ts @@ -0,0 +1,4 @@ +export type SelectOption = { + value: string | number; + label: string; +}; -- cgit v1.2.3