/** * Internal dependencies */ import type { State } from './types'; export const INIT_STATE: State = { saving: false, statuses: { bySlug: {}, allSlugs: [], }, editor: undefined, };