1import {type SafelinkRule} from '../db/schema' 2 3export const exampleRule: SafelinkRule = { 4 id: 1, 5 eventType: 'addRule', 6 url: 'https://malicious.example.com/phishing', 7 pattern: 'domain', 8 action: 'block', 9 createdAt: '2024-06-01T12:00:00Z', 10}