| 21 | } from "./utils"; |
| 22 | |
| 23 | interface Props { |
| 24 | projectName: string; |
| 25 | applicationName: string; |
| 26 | applicationType: string; |
| 27 | buildLink: string; |
| 28 | organizationId: string; |
| 29 | domains: Domain[]; |
| 30 | environmentName: string; |
| 31 | } |
| 32 | |
| 33 | export const sendBuildSuccessNotifications = async ({ |
| 34 | projectName, |
nothing calls this directly
no outgoing calls
no test coverage detected