Interface PlatformProducerProps

interface PlatformProducerProps {
    platformName: string;
    platformNamespace: string;
}

Properties

platformName: string
platformNamespace: string