// // KeyboardAPICall.swift // KeymanEngine // // Created by Gabriel Wong on 2017-11-16. // Copyright © 2017 SIL International. All rights reserved. // import Foundation struct KeyboardAPICall: Codable { let options: Options let keyboard: Keyboard }