Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 | 12x 12x 12x | import { SetMetadata } from '@nestjs/common';
export const AUDITED_KEY = 'audited';
export const Audited = (action: string) => SetMetadata(AUDITED_KEY, action);
|