Basis of publisher page

This commit is contained in:
2025-11-08 13:29:09 +08:00
parent 1724044bce
commit 209be30d45
9 changed files with 314 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
import type { SnCloudFile } from "./post"
import type { SnAccount } from "./user"
// Verification interface
export interface SnVerification {
@@ -20,7 +21,7 @@ export interface SnPublisher {
verification: SnVerification | null
accountId: string
realmId: string | null
account: unknown | null
account: SnAccount | null
resourceIdentifier: string
createdAt: string
updatedAt: string