/** * This file was auto-generated by Fern from our API Definition. */ export interface EventContextSlugs { /** The slug of the space */ space?: string; /** The slug of the workbook */ workbook?: string; /** The slug of the sheet */ sheet?: string; }