/** PeriodoEmissao */
export interface PeriodoEmissao1 {
    /** xs:date */
    DataInicial: string;
    /** xs:date */
    DataFinal: string;
}
