Files

6 lines
132 B
TypeScript
Raw Permalink Normal View History

2026-04-28 11:17:07 +00:00
export interface IPlatformLoggingBindingConfig {
streams?: string[];
retentionDays?: number;
exposeQueryEndpoint?: boolean;
}