import { Schema } from 'type-fest'; import { LicenseEvent } from './licenseEvent'; import { LicensesEventDataField, LicensesEventPageType } from './licensesEventQueries'; export declare type LicensesEventSchema = Schema; export declare type LicensesEventPageSchema = Schema; export declare type LicensesEventInputSchema = { [LicensesEventDataField.EVENT]?: LicensesEventSchema; };