interface Transport {
    seeds?: JsonObject;
    status: string;
}

Properties

Properties

seeds?: JsonObject
status: string