import { SetMetadata } from "https://deno.land/x/oak_nest@v1.15.0/src/guard.ts";
Decorator that assigns metadata to the class/function using the
specified key
.
Requires two parameters:
key
- a value defining the key under which the metadata is storedvalue
- metadata to be associated withkey
This metadata can be reflected using the Reflector
class.
Example: @SetMetadata('roles', ['admin'])