export default interface ConfigType {
server: {
port: number;
origin: string;
},
database: {
host: string;
user: string;
pass: string;
db: string;
}