feat: new "safe" procedure without unauth throwing
This commit is contained in:
@@ -7,9 +7,9 @@ import {
|
||||
RteBlockContent,
|
||||
} from "@/server/routers/contentstack/loyaltyPage/output"
|
||||
|
||||
import type { IntlFormatters } from "@formatjs/intl"
|
||||
import { MembershipLevel } from "@/utils/user"
|
||||
|
||||
import { User } from "@/types/user"
|
||||
import type { IntlFormatters } from "@formatjs/intl"
|
||||
|
||||
export type BlocksProps = {
|
||||
blocks: Block[]
|
||||
@@ -32,7 +32,7 @@ export type Content = { content: RteBlockContent["content"]["content"] }
|
||||
|
||||
type Benefit = { title: string }
|
||||
|
||||
export type OverviewTableProps = { user: User | null }
|
||||
export type OverviewTableProps = { activeMembership: MembershipLevel | null }
|
||||
|
||||
export type Level = {
|
||||
level: membershipLevels
|
||||
|
||||
Reference in New Issue
Block a user