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

export type ServeExecutorSchema = BaseSchema;
