import { CompileSchema } from '../../util/schema-base';

export type CompileExecutorSchema = CompileSchema;
