mirror of
https://github.com/SrIzan10/featheroom.git
synced 2026-06-06 00:56:49 +00:00
9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
/**
|
|
* Types
|
|
*/
|
|
|
|
import Color from '@/lib/types/Color'
|
|
import Setting from '@/lib/types/Setting'
|
|
|
|
export type { Color, Setting }
|