/** * This file was auto-generated by Fern from our API Definition. */ export interface DeleteAllWebsitesResponse { /** Whether all websites were successfully deleted */ success: boolean; /** Total number of pages deleted */ pages_deleted: number; }