import { JsonSerializable } from "../json-serializable"; /** * Marker interface for ExpeditionSpecs. * * Implementations must have 'type' as json attribute. */ export interface ExpeditionSpec extends JsonSerializable { }