FunctionDeclaration {
name: 'getNotificationSettingsForUser',
isExported: false,
type: 'Promise<{\n notificationRows: any;\n}>',
start: 5886,
end: 6006,
parameters:
[ ParameterDeclaration { name: 'this', type: 'ApiHandler', start: 5934, end: 5950 },
ParameterDeclaration { name: 'userID', type: 'any', start: 5952, end: 5963 } ],
variables: [] }
The type variable is all string, how can we improve analysis to get at its structure?
The type variable is all string, how can we improve analysis to get at its structure?