mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 19:59:38 +00:00
Add history for species changes
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/** @typedef {Object} Species
|
||||
* @property {string} name
|
||||
* @property {string} description
|
||||
* @property {Record<string, string>} colors
|
||||
* @property {string[]} [tags]
|
||||
*/
|
||||
|
||||
export default {
|
||||
"bluebird": {
|
||||
"name": "Eastern Bluebird",
|
||||
|
||||
Reference in New Issue
Block a user