Morget-01 / web /app /components /tools /labels /constant.ts
MGFeng's picture
Upload 2985 files
c867d8f verified
Raw
History Blame Contribute Delete
191 Bytes
import type { TypeWithI18N } from '@/app/components/header/account-setting/model-provider-page/declarations'
export type Label = {
name: string
icon: string
label: TypeWithI18N
}