2022-04-16 18:18:59 +02:00

6 lines
73 B
TypeScript

export interface Font {
slug: string;
file: string;
format: string;
}