UNPKG

@symanticreative/vendure-admin-client

Version:

A TypeScript GraphQL client for Vendure Admin API to create custom dashboards

6 lines (5 loc) 192 B
/** * Decorator to mark a class as injectable * This is used for dependency injection */ export declare function Injectable(): <T extends new (...args: any[]) => any>(constructor: T) => T;