mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
feat: reports
This commit is contained in:
parent
896dc40553
commit
97f0fda25c
16 changed files with 315 additions and 389 deletions
|
|
@ -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";
|
||||
|
|
|
|||
1
shared/src/types.d.ts
vendored
1
shared/src/types.d.ts
vendored
|
|
@ -1,6 +1,7 @@
|
|||
type MiiGender = "MALE" | "FEMALE" | "NONBINARY";
|
||||
type MiiPlatform = "THREE_DS" | "SWITCH";
|
||||
type MiiMakeup = "FULL" | "PARTIAL" | "NONE";
|
||||
type ReportReason = "INAPPROPRIATE" | "SPAM" | "BAD_QUALITY" | "OTHER";
|
||||
|
||||
export interface SwitchMiiInstructions {
|
||||
head: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue