8 lines
79 B
TypeScript
8 lines
79 B
TypeScript
import get from "./get";
|
|
|
|
const schema = {
|
|
get,
|
|
};
|
|
|
|
export default schema;
|