/** * LINE Messaging API * This document describes LINE Messaging API. * * The version of the OpenAPI document: 0.0.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { QuotaType } from "./quotaType.js"; export type MessageQuotaResponse = { /** * * @see type Documentation */ type: QuotaType; /** * The target limit for sending messages in the current month. This property is returned when the `type` property has a value of `limited`. * * @see value Documentation */ value?: number; }; export declare namespace MessageQuotaResponse { } //# sourceMappingURL=messageQuotaResponse.d.ts.map