package types

type Database struct {
	Data     *Data
	ModTimes map[string]int64
}
