pull/715/head
Travis Fischer 2025-06-28 02:17:51 -05:00
rodzic 9ab49de54d
commit 2b5c389045
1 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,16 @@ type LogEntryKeys = keyof RawLogEntry & keyof LogEntry
type ConsumerKeys = keyof RawConsumer & keyof Consumer
type TODOFixedConsumer = Simplify<
Omit<Consumer, 'user' | 'project' | 'deployment'> & {
Omit<
Consumer,
| 'user'
| 'project'
| 'deployment'
| 'gatewayBaseUrl'
| 'gatewayMcpUrl'
| 'marketplaceUrl'
| 'adminUrl'
> & {
user?: RawUser | null
project?: RawProject | null
deployment?: RawDeployment | null