Initial commit for resumeformatter project
This commit is contained in:
9
frontend/types.ts
Normal file
9
frontend/types.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
export interface Person {
|
||||
id: string;
|
||||
firstName: string;
|
||||
lastName: string;
|
||||
linkedinUrl: string;
|
||||
}
|
||||
|
||||
export type NewPerson = Omit<Person, 'id'>;
|
||||
Reference in New Issue
Block a user