UNPKG

171 BTypeScriptView Raw
1/**
2 * Metadata of the Gulpclass annotation.
3 */
4export interface GulpclassMetadata {
5 gulpInstance: any;
6 classConstructor: Function;
7 classInstance?: Object;
8}