Files
web/components/SitewideAlert/sitewideAlert.ts

6 lines
130 B
TypeScript

import type { Alert } from "@/types/trpc/routers/contentstack/siteConfig"
export interface SitewideAlertProps {
alert: Alert
}