7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
import type { SidepeekContent } from "@/types/trpc/routers/contentstack/siteConfig"
|
|
|
|
export interface AlertSidepeekProps {
|
|
ctaText: string
|
|
sidePeekContent: NonNullable<SidepeekContent>
|
|
}
|