Appearance
type ResourcefulEnumObject<T> = { i18n?: boolean; title?: string; value: T; };
T
i18n?
boolean
title?
string
value