import type { StatusConfigs } from "@folo-services/shared"

import type { StructuredSuccessResponse } from "../../types"

// Response types
export type GetStatusConfigsResponse = StructuredSuccessResponse<StatusConfigs>

// Re-export shared types for convenience
export type { StatusConfigs } from "@folo-services/shared"
