Add model serializer and coreid login provider
This commit is contained in:
@@ -398,6 +398,10 @@ export class Route<TReturn extends ResponseObject, THandlerParams extends unknow
|
||||
return this.aliases.includes(name)
|
||||
}
|
||||
|
||||
getAlias(): Maybe<string> {
|
||||
return this.aliases.first()
|
||||
}
|
||||
|
||||
isHandled(): this is HandledRoute<TReturn, THandlerParams> {
|
||||
return Boolean(this.handler)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user