/** * Response serializer for send notification */ export type SendResponse = { status: string; notifications_sent: number; build_id: string; message: string; };