import { ResourceOptions } from '../options'; export interface ResourceMetadata { target: Function; options: ResourceOptions; }