Type Alias ClientChangelogMinAggregateOutputType

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