Skip to content
Snippets Groups Projects
Commit a5045c1b authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add user model

parent 55705c51
Branches
Tags
No related merge requests found
export class User {
id: number;
name: string;
email: string;
isCreator: boolean;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment