export interface ConteudoRespostaOpenApi {
    type?: string;
    items?: any[];
    schema?: any;
}
