UNPKG

@los_generic/shared

Version:

Shared DTOs, interfaces, and utilities for LOS applications

11 lines (10 loc) 263 B
export declare const MODEL_PATTERN: { fetchModels: string; fetchDeletedModels: string; fetchModelDropdown: string; findModelById: string; createModel: string; toggleModelStatus: string; updateModel: string; deleteModel: string; };