InternalRuntimeConfigHTTP
Signature
export type InternalRuntimeConfigHTTP = Omit<MakeRequired<RC, 'publicKey' | 'port' | 'applicationId'>, 'intents' | 'locations'> & { locations: Omit<RC['locations'], 'events'>;};Private types
RCInterface
interface RC extends ExtendedRC { debug?: boolean; locations: RCLocations; token: string; intents?: number; applicationId?: string; port?: number; publicKey?: string;}RCLocationsInterface
interface RCLocations extends ExtendedRCLocations { base: string; commands?: string; langs?: string; events?: string; components?: string;}Members
This export does not declare public properties or methods in the generated declaration file.