import { BaseConditionInput, BasePaginationInput } from '../base.input'; export declare class BaseOrganizationLicenseVerifyInput { step: number; reminderDate: Date; sent: number; toInternal: number; organizationId: string; reminderType: string; platform: number; } export declare class CreateOrganizationLicenseVerifyInput extends BaseOrganizationLicenseVerifyInput { } export declare class UpdateOrganizationLicenseVerifyInput extends BaseOrganizationLicenseVerifyInput { id: string; } export declare class OrganizationLicenseVerifyPaginationInput extends BasePaginationInput { } export declare class OrganizationLicenseVerifyConditionInput extends BaseConditionInput { } declare const OrganizationLicenseVerifyQueryInput_base: any; export declare class OrganizationLicenseVerifyQueryInput extends OrganizationLicenseVerifyQueryInput_base { } export {}; //# sourceMappingURL=organization-license-verify.input.d.ts.map