nest-gitlab
Version:
A gitbeaker wrapper for NestJS framework
4 lines (3 loc) • 352 B
TypeScript
import { BundleType } from './gitlab.interfaces';
export declare const InjectGitlabInstance: (instance?: string) => (target: object, key: string | symbol, index?: number | undefined) => void;
export declare const InjectBundleRef: (bundle: BundleType, instance?: string) => (target: object, key: string | symbol, index?: number | undefined) => void;