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

Added basic types

parent cbc8e18e
No related branches found
No related tags found
1 merge request!15Add Friend service
export type Friend = {
User1: string,
User2: string
}
\ No newline at end of file
export type FriendRequest = {
SourceUser: string,
TargetUser: 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