Type Alias EventoInputCreateView

EventoInputCreateView: {
    calendario: CalendarioLetivoFindOneInputView;
    cor: string | null;
    nome: string | null;
    rrule: string;
}

Type declaration