updated friend field to be optional (frontend bug fix, not that I have
no friends)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
import type { UserBasicDto } from "./UserBasicDto";
|
||||
|
||||
export type FriendshipResponseDto = { id: string, friend: UserBasicDto, createdAt: string, };
|
||||
export type FriendshipResponseDto = { id: string, friend: UserBasicDto | null, createdAt: string, };
|
||||
|
||||
Reference in New Issue
Block a user