BNSOnWebPlugin/DigitalDataBNSPlugin/Libraries/Windream/typings/Windream.WebService.Journal.d.ts
2023-06-15 09:52:03 +02:00

12 lines
290 B
TypeScript

import { ItemResponseContainerDTO } from "./Windream.WebService";
export interface IJournalControllerDTO
{
GetLastModifiedDocuments(parameter: GetLastModifiedDocumentsDTO): ItemResponseContainerDTO[];
}
export interface GetLastModifiedDocumentsDTO
{
NumberOfResults: number;
}