6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
|
|
export interface IPlatformLoggingBindingConfig {
|
||
|
|
streams?: string[];
|
||
|
|
retentionDays?: number;
|
||
|
|
exposeQueryEndpoint?: boolean;
|
||
|
|
}
|