Every connection now has distince SubmitFunction for adding/removing connections
This commit is contained in:
2
src/app.d.ts
vendored
2
src/app.d.ts
vendored
@@ -13,7 +13,7 @@ declare global {
|
||||
|
||||
// General Interface Desing tips:
|
||||
// Use possibly undefined `?:` for when a property is optional, meaning it could be there, or it could be not applicable
|
||||
// Use possibly null `| nulll` for when the property is expected to be there but could possbily be explicitly empty
|
||||
// Use possibly null `| null` for when the property is expected to be there but could possbily be explicitly empty
|
||||
|
||||
interface User {
|
||||
id: string
|
||||
|
||||
Reference in New Issue
Block a user