feat(frontend): add flags to user page
This commit is contained in:
parent
f539902711
commit
dc18ab60d2
10 changed files with 68 additions and 5 deletions
5
Foxnouns.Frontend/app/lib/api/member.ts
Normal file
5
Foxnouns.Frontend/app/lib/api/member.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { PartialMember, PrideFlag } from "~/lib/api/user";
|
||||
|
||||
export type Member = PartialMember & {
|
||||
flags: PrideFlag[];
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue