interface KCLApplication {
    applicationName: string;
    streamName: string;
}

Properties

applicationName: string
streamName: string