Skip to content
Snippets Groups Projects
Commit 1636f06f authored by Matt Kirby's avatar Matt Kirby
Browse files

Adde user Type

parent 976e17ab
No related branches found
No related tags found
1 merge request!7Resolve "Adding basic post component"
export type User = {
FirstName: string,
LastName: string,
Username: string,
Avatar: string | null;
Colors: string[];
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment