Interface User
🏷️ Properties
avatar_url optional
ts
avatar_url: stringThe user's avatar url; uses github's icons
Defined in: packages/modrinth/types.ts:25
bio
ts
bio: stringA description of the user
Defined in: packages/modrinth/types.ts:29
created
ts
created: DateThe time at which the user was created
Defined in: packages/modrinth/types.ts:33
email optional
ts
email: stringThe user's email; only visible to the user themself
Defined in: packages/modrinth/types.ts:21
github_id
ts
github_id: numberThe user's github id; only visible to the user themself
Defined in: packages/modrinth/types.ts:9
id
ts
id: stringThe user's id
Defined in: packages/modrinth/types.ts:5
name
ts
name: stringThe user's display name
Defined in: packages/modrinth/types.ts:17
role
ts
role: stringThe user's role developer, moderator, or admin
Defined in: packages/modrinth/types.ts:37
username
ts
username: stringThe user's username
Defined in: packages/modrinth/types.ts:13