UNPKG
@methodus/framework-decorators
Version:
latest (8.0.8)
8.0.8
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
7.0.14
7.0.13
7.0.12
7.0.11
7.0.10
7.0.9
7.0.8
7.0.7
7.0.6
7.0.5
7.0.3
7.0.2
7.0.1
7.0.0
Server Decorators for methodus
methodus.dev
nodulusteam/methodus.dev
@methodus/framework-decorators
/
dist
/
auth
/
auth.d.ts
4 lines
(3 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
import
'reflect-metadata'
;
import
{
Dictionary
,
AuthType
,
ClassRef
}
from
'@methodus/framework-commons'
;
export
declare
function
Auth
(
type: AuthType, options?: Dictionary |
Function
):
(
target: ClassRef
) =>
void
;