refactor(types): align core types with backend contract
This commit is contained in:
@@ -42,14 +42,14 @@ export default function VerifyPage() {
|
||||
)
|
||||
|
||||
const buildMaterials = () => {
|
||||
const materials: Record<string, string> = {
|
||||
const materials = {
|
||||
realName,
|
||||
idNumber,
|
||||
gameProfile,
|
||||
idCardFront: "mock://idCardFront",
|
||||
idCardBack: "mock://idCardBack",
|
||||
gameScreenshot: "mock://gameScreenshot",
|
||||
}
|
||||
} satisfies Record<string, string>
|
||||
|
||||
return materials
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user