mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
feat: scan file for c2pa content (#7297)
* feat: scan file for c2pa content * prepr --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
co-authored by
Prospector
parent
1007b7b69e
commit
a921cfdb7a
@@ -0,0 +1,8 @@
|
||||
import type { Labrinth } from '@modrinth/api-client'
|
||||
|
||||
export type AccountChoice = {
|
||||
id: string
|
||||
username: string
|
||||
avatarUrl?: string | null
|
||||
role?: Labrinth.Users.v2.Role | null
|
||||
}
|
||||
Reference in New Issue
Block a user