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:
ThatGravyBoat
2026-08-25 22:41:39 +00:00
committed by GitHub
co-authored by Prospector
parent 1007b7b69e
commit a921cfdb7a
3 changed files with 138 additions and 0 deletions
@@ -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
}