/** * This file was auto-generated by Fern from our API Definition. */ export interface AutocastTemplateOptions { namespace?: string; sheetSlug: string; fieldFilters?: string[]; options?: Record; }