Rocky_Mountain_Vending/.pnpm-store/v10/files/e3/5399fe288fe19af808c48212461ad40baed08a45f35fe80d39b5771f156fa28d0a2b7ad223d0100b83475b35b546998164d9e9c187ceb30556252fda7b452b
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

16 lines
No EOL
585 B
Text

export interface LegacyCSPReport {
readonly 'csp-report': {
readonly 'document-uri'?: string;
readonly referrer?: string;
readonly 'blocked-uri'?: string;
readonly 'effective-directive'?: string;
readonly 'violated-directive'?: string;
readonly 'original-policy'?: string;
readonly disposition: 'enforce' | 'report' | 'reporting';
readonly 'status-code'?: number;
readonly status?: string;
readonly 'script-sample'?: string;
readonly sample?: string;
};
}
//# sourceMappingURL=csp.d.ts.map