/**
 * @example
 *     {
 *         uuid: "uuid"
 *     }
 */
export interface GetTransacEmailContentRequest {
    /** Unique id of the transactional email that has been sent to a particular contact */
    uuid: string;
}
