updated author's forms
This commit is contained in:
4
src/app/interfaces/author.interfaces.ts
Normal file
4
src/app/interfaces/author.interfaces.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface AuthorInfo {
|
||||
name: string;
|
||||
firstName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user