/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * data: { * id: "us_vr_YOUR_ID", * sheetId: "us_sh_YOUR_ID", * createdBy: "us_usr_YOUR_ID", * createdAt: "2019-08-24T14:15:22Z" * } * } */ export interface CommitResponse { data: Flatfile.Commit; }