Type Alias EventoInputUpdateView

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

Type declaration

  • Optionalcalendario?: CalendarioLetivoFindOneInputView

    Dados de entrada para encontrar um calendário letivo por ID.

  • Optionalcor?: string | null
  • Optionalnome?: string | null
  • Optionalrrule?: string