import type { DeleteImageState } from './types'; export const initialDeleteImageState: DeleteImageState = { imagesToDelete: [], isModalOpen: false, };