import Method from "./method"; import Type from "./type/type"; export default interface Read extends Method { }