This repository has been archived on 2026-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
ServerSpacebarOld/src/util/schemas/responses/UserRelationsResponse.ts
Puyodead1 777e7208dc
AAA
2023-04-13 15:06:21 -04:00

10 lines
164 B
TypeScript

export interface UserRelationsResponse {
object: {
id?: string;
username?: string;
avatar?: string;
discriminator?: string;
public_flags?: number;
};
}