chore: init read-star monorepo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { transformRecordToOption } from '@/utils/common'
|
||||
|
||||
export const yesOrNoRecord: Record<CommonType.YesOrNo, App.I18n.I18nKey> = {
|
||||
Y: 'common.yesOrNo.yes',
|
||||
N: 'common.yesOrNo.no',
|
||||
}
|
||||
|
||||
export const yesOrNoOptions = transformRecordToOption(yesOrNoRecord)
|
||||
Reference in New Issue
Block a user