Something went wrong. Try again.
because I got bored of customising my CV for every job
Something went wrong. Try again.
272 B · 7 lines
TypeScript
12345678import { Policy, UserOwnedResourcePolicy } from "@cv/core";import { Injectable } from "@nestjs/common";import { Application } from "./application.entity";
@Injectable()@Policy(Application)export class ApplicationPolicy extends UserOwnedResourcePolicy<Application> {}