@decaf-ts/core
Version:
Core persistence module for the decaf framework
4 lines (3 loc) • 299 B
TypeScript
import { QueryOptions } from "./types";
export declare function prepared(): (target: any, propertyKey?: any, descriptor?: TypedPropertyDescriptor<any>) => any;
export declare function query(options?: QueryOptions): (target: any, propertyKey?: any, descriptor?: TypedPropertyDescriptor<any>) => any;