export interface AttachFileToWikiParams { /** Wiki page ID WikiページのID */ wikiId: number; /** ID returned by send attachment API 添付ファイルの送信APIが返すID */ attachmentId: number[]; }