type submitionDataType = { title: string, desc: string, decks: Array<{ front: string, back: string }> }