o2o-infinith-frontend/src/shared/api/model/fontSpec.ts

14 lines
216 B
TypeScript

/**
* Generated by orval v7.21.0 🍺
* Do not edit manually.
* FastAPI
* OpenAPI spec version: 0.1.0
*/
export interface FontSpec {
family: string;
weight: string;
usage: string;
sampleText: string;
}