2023-06-15 09:52:03 +02:00

4 lines
83 B
TypeScript

export interface IndexingDetailsResponseDTO
{
IndexEventRequired: boolean;
}