feat: reports

This commit is contained in:
trafficlunar 2026-04-17 20:15:02 +01:00
parent 896dc40553
commit 97f0fda25c
16 changed files with 315 additions and 389 deletions

View file

@ -2,4 +2,4 @@ export * from "./constants";
export * from "./qr-codes";
export * from "./switch";
export * from "./three-ds-tomodachi-life-mii";
export type { SwitchMiiInstructions, MiiGender, MiiMakeup, MiiPlatform } from "./types";
export type { SwitchMiiInstructions, MiiGender, MiiMakeup, MiiPlatform, ReportReason } from "./types";