import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BasePlanInput { isActive: boolean; name: string; packgeType: string; detail: object; behavior: string; recurring: string; free: number; tax: number; price: number; } export declare class CreatePlanInput extends BasePlanInput { } export declare class UpdatePlanInput extends BasePlanInput { } export declare class PlanPaginationInput extends BasePaginationInput { } export declare class PlanConditionInput extends BaseConditionInput { status: number; } declare const PlanQueryInput_base: any; export declare class PlanQueryInput extends PlanQueryInput_base { } export {}; //# sourceMappingURL=plan.input.d.ts.map