Files
featheroom/lib/types/index.ts

9 lines
130 B
TypeScript

/**
* Types
*/
import Color from '@/lib/types/Color'
import Setting from '@/lib/types/Setting'
export type { Color, Setting }