This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Motospeed CK62 layer fix", | |
"maintainers": ["Leonardo Saragiotto"], | |
"homepage": "https://gist.github.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e", | |
"import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e/raw/1a46faaaf0c4f66079e4efecc14a9ef793fc4dff/customCK62MacOSx.json", | |
"rules": [ | |
{ | |
"description": "Fix ? key, forward delete and alt tab for windows and tilde accent", | |
"manipulators": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import FirebaseFirestore | |
private struct Property { | |
let label: String | |
let value: Any | |
} | |
struct FirestoreModelData { | |
let snapshot: DocumentSnapshot |