Type Alias ClientChangelogMaxAggregateOutputType
ClientChangelogMaxAggregateOutputType: {
clientId: string | null;
date: Date | null;
dbId: string | null;
identifier: string | null;
isPublic: boolean | null;
thumbnail: string | null;
title: string | null;
}