6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import type { Alert } from "@/types/trpc/routers/contentstack/siteConfig"
|
|
|
|
export interface SitewideAlertProps {
|
|
alert: Alert
|
|
}
|