Files
spestexnika/types/index.ts
Davron Chetin 398269b49b spestexnika
2025-10-04 11:41:38 +05:00

6 lines
99 B
TypeScript

//// ============ tool's types ============ //////
export interface TitleType{
text:string;
}