Type Alias UsuarioUpdateByIdData

UsuarioUpdateByIdData: {
    id: string;
    requestBody: UsuarioInputUpdateDto;
}

Type declaration