chore: ingest source code
58 files from https://github.com/gothinkster/node-express-realworld-example-app
This commit is contained in:
6
src/app/routes/profile/profile.model.ts
Normal file
6
src/app/routes/profile/profile.model.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Profile {
|
||||
username: string;
|
||||
bio: string;
|
||||
image: string;
|
||||
following: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user