File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ type OpenRouterVideoModelsResponse = {
4545 data ?: OpenRouterVideoModel [ ] ;
4646} ;
4747
48- export type OpenRouterVideoModelCatalogCapabilities = VideoGenerationProviderCapabilities & {
48+ type OpenRouterVideoModelCatalogCapabilities = VideoGenerationProviderCapabilities & {
4949 allowedPassthroughParameters ?: readonly string [ ] ;
5050 canonicalSlug ?: string ;
5151 created ?: number ;
Original file line number Diff line number Diff line change 11// Sms type declarations define plugin contracts.
22import type { SecretInput } from "openclaw/plugin-sdk/secret-input" ;
33
4- export type SmsChannelConfigFields = {
4+ type SmsChannelConfigFields = {
55 enabled ?: boolean ;
66 accountSid ?: string ;
77 authToken ?: SecretInput ;
@@ -21,7 +21,7 @@ export interface SmsChannelConfig extends SmsChannelConfigFields {
2121 defaultAccount ?: string ;
2222}
2323
24- export interface SmsAccountRaw extends SmsChannelConfigFields { }
24+ interface SmsAccountRaw extends SmsChannelConfigFields { }
2525
2626export interface ResolvedSmsAccount {
2727 accountId : string ;
You can’t perform that action at this time.
0 commit comments