export interface IPlatformLoggingBindingConfig { streams?: string[]; retentionDays?: number; exposeQueryEndpoint?: boolean; }