signup
When defining action in main file If i dont want to use entity as i dont want to store in the db. Can I use args. If yes, How can i do that args: {
arg1: string,
arg2: Any
}
Tried this and it said undefined identifier : string
arg1: string,
arg2: Any
}
Tried this and it said undefined identifier : string