fantasia-archive/src/interfaces/I_ExportTemplate.ts

10 lines
155 B
TypeScript
Raw Normal View History

export interface I_ExportTemplate{
id: string
name: string
documentTypeList: {
documentTypeID: string
excludedFieldIDList: string[]
}[]
}