mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-26 16:25:11 -05:00
6 lines
73 B
TypeScript
6 lines
73 B
TypeScript
export interface Font {
|
|
slug: string;
|
|
file: string;
|
|
format: string;
|
|
}
|