@suin/esa-api
Version:
esa.io APIクライアント
26 lines • 681 B
TypeScript
/**
* 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.
*/
import { EmailsToInvite } from "./emails-to-invite";
/**
* 招待したいメンバーのEメールアドレスを表します
* @export
* @interface InviteBody
*/
export interface InviteBody {
/**
*
* @type {EmailsToInvite}
* @memberof InviteBody
*/
member: EmailsToInvite;
}
//# sourceMappingURL=invite-body.d.ts.map