/** * Request serializer for sending notification */ export type SendNotification = { build_id: string; };