package eu.ortlepp.notificationsender.model; /** * The expected input data of the Lambda. * * @param messages The messages / notifications */ public record Notifications(String[] messages) {}