Type Alias ClientChangelogSelect<ExtArgs>

ClientChangelogSelect<ExtArgs>: GetSelect<{
    changes?: boolean;
    client?: boolean | ClientChangelog$clientArgs<ExtArgs>;
    clientId?: boolean;
    date?: boolean;
    dbId?: boolean;
    identifier?: boolean;
    isPublic?: boolean;
    thumbnail?: boolean;
    title?: boolean;
}, ExtArgs["result"]["clientChangelog"]>

Type Parameters