Skip to content
Snippets Groups Projects

Resolve "Adding basic post component"

All threads resolved!
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
export type User = {
FirstName: string,
LastName: string,
Username: string,
Avatar: string | null;
Colors: string[];
}
\ No newline at end of file
Loading