appsapp-cli
Version:
This command line program is the important counterpart of appsapp-module for connecting built-in or custom backend services.
11 lines (10 loc) • 371 B
TypeScript
import { ValidationOptions } from "class-validator";
export declare function IsRating(options?: {
icon?: {
filled: string;
empty: string;
};
values?: [any];
style?: 'grade' | 'star';
display?: 'bubble' | 'center' | 'inline' | 'top' | 'bottom';
}, validationOptions?: ValidationOptions): (object: Object, propertyName: string) => void;