feat: add platform capability contracts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface IPlatformLoggingBindingConfig {
|
||||
streams?: string[];
|
||||
retentionDays?: number;
|
||||
exposeQueryEndpoint?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user