Files
library-frontend/src/app/interfaces/author.interfaces.ts
2025-11-11 14:08:59 +01:00

4 lines
72 B
TypeScript

export interface AuthorInfo {
name: string;
firstName: string;
}