mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
195 B
TypeScript
6 lines
195 B
TypeScript
export interface ICommon_Model_Field_Solution_Workflow {
|
|
id: string,
|
|
field_solution_id :string,
|
|
workflow_id :string,
|
|
}
|
|
export const Table_Field_Solution_Workflow="field_solution_workflow" |