Interface PlatformConsumerProps

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

Properties

platformName: string
platformNamespace: string