import type { Status } from '../schemas/Status'; export interface SuccessResponse { status: Status; }