import type { AdAccountFields } from "./ad-account.ts"; export interface AdAccountASLScheduleFields { ad_account: AdAccountFields; id: string; time_created: string; time_updated: string; }