import type { SetMainStatusStatus } from './SetMainStatusStatus'; export type SetMainStatus = { status: SetMainStatusStatus; };