test commit
This commit is contained in:
@@ -42,7 +42,6 @@ export type AdminOrderDetailResponse = {
|
||||
email: string
|
||||
displayName: string | null
|
||||
avatar?: string | null
|
||||
avatarType?: string | null
|
||||
avatarStyle?: string | null
|
||||
}
|
||||
items: Array<{
|
||||
|
||||
@@ -27,7 +27,6 @@ export type PublicReviewFeedItem = {
|
||||
createdAt: string
|
||||
authorDisplay: string
|
||||
authorAvatar?: string | null
|
||||
authorAvatarType?: string | null
|
||||
authorAvatarStyle?: string | null
|
||||
product: {
|
||||
id: string
|
||||
@@ -56,7 +55,6 @@ export type PublicProductReviewItem = {
|
||||
createdAt: string
|
||||
authorDisplay: string
|
||||
authorAvatar?: string | null
|
||||
authorAvatarType?: string | null
|
||||
authorAvatarStyle?: string | null
|
||||
}
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ export async function updateAdminUser(
|
||||
|
||||
export type AdminAvatarResponse = {
|
||||
avatar: string | null
|
||||
avatarType: string | null
|
||||
avatarStyle: string | null
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ export type AdminUser = {
|
||||
email: string
|
||||
displayName: string | null
|
||||
avatar?: string | null
|
||||
avatarType?: string | null
|
||||
avatarStyle?: string | null
|
||||
createdAt: string
|
||||
updatedAt: string
|
||||
|
||||
@@ -43,7 +43,6 @@ export function AdminSettingsPage() {
|
||||
email: string
|
||||
displayName: string | null
|
||||
avatar: string | null
|
||||
avatarType: string | null
|
||||
avatarStyle: string | null
|
||||
}>('admin/profile')
|
||||
return data
|
||||
|
||||
Reference in New Issue
Block a user