/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Response serializer for send notification */ export type SendResponse = { status: string; notifications_sent: number; build_id: string; message: string; };