/**
 * LIFF server API
 * LIFF Server API.
 *
 * The version of the OpenAPI document: 1.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
export type LiffFeatures = {
    /**
     * `true` if the LIFF app supports Bluetooth® Low Energy for LINE Things. `false` otherwise.
     */
    ble?: boolean;
    /**
     * `true` to use the 2D code reader in the LIFF app. false otherwise. The default value is `false`.
     */
    qrCode?: boolean;
};
//# sourceMappingURL=liffFeatures.d.ts.map