Type Alias ModalidadeUpdateByIdData

ModalidadeUpdateByIdData: {
    id: string;
    requestBody: ModalidadeInputUpdateDto;
}

Type declaration