mirror of
https://github.com/Andrewcpu/elevenlabs-api.git
synced 2026-05-06 03:00:23 -04:00
9 lines
178 B
Java
9 lines
178 B
Java
package net.andrewcpu.elevenlabs.model;
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
|
|
|
@JsonIgnoreProperties(ignoreUnknown = true)
|
|
public class ElevenModel {
|
|
|
|
}
|