UNPKG

@suin/esa-api

Version:

esa.io APIクライアント

31 lines 724 B
/** * esa API v1 * チームのナレッジ共有サービス[esa.io](https://esa.io/)のAPI v1の仕様書 * * 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 * @interface BatchMoveOptions */ export interface BatchMoveOptions { /** * 変更元のカテゴリです * @type {string} * @memberof BatchMoveOptions */ from: string; /** * 変更先のカテゴリです * @type {string} * @memberof BatchMoveOptions */ to: string; } //# sourceMappingURL=batch-move-options.d.ts.map