import { model, Schema } from "mongoose"; export default model( "settings", new Schema({ Username: String, }) );