For further actions, you may consider blocking this person and/or reporting abuse
Read next

TS1329: '{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?
Lior Amsalem -

TS1338: 'infer' declarations are only permitted in the 'extends' clause of a conditional type
Turing -

TS1340: Module '{0}' does not refer to a type, but is used as a type here. Did you mean 'typeof import('{0}')'?
Turing -

TS1333: 'unique symbol' types may not be used on a variable declaration with a binding name
Lior Amsalem -
Top comments (1)
I want to make a software architecture for group of hospitals for uni project. They have functions like patient registration, pharmacy management, billing etc. Data should be stored in a databass. Each regional hospital has their unique UI. I thought APIs also should be used. But can't come up with proper one. Pleasesuggest some.