/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface PushFileBodyV1 { /** A comma-separated list of session IDs to make the file available on. */ sessionIds?: string[]; }