Add EntryContent type for store

This commit is contained in:
Matthias Beyer 2016-01-12 18:51:32 +01:00
parent 4640ae8963
commit f198c5d125

View file

@ -0,0 +1 @@
pub type EntryContent = String;