/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../../index"; export interface CreateFileRequest { spaceId: Flatfile.SpaceId; environmentId: Flatfile.EnvironmentId; /** The storage mode of file to insert, defaults to "import" */ mode?: Flatfile.Mode; /** The actions attached to the file */ actions?: Flatfile.Action[]; /** The origin of the file, ie filesystem */ origin?: Flatfile.FileOrigin; }