2021-01-22 21:47:56 -06:00

6 lines
61 B
TypeScript

interface IServer {
port: number
}
export default IServer