UNPKG

hirsun-vuepress-theme-hope-plus

Version:
4 lines (3 loc) 77 B
export type LocaleDataToOption<T> = { [P in keyof T]?: Partial<T[P]>; };