Interface AclScopeDataProductExternalIds

interface AclScopeDataProductExternalIds {
    dataProductScope: {
        externalIds: string[];
    };
}

Properties

Properties

dataProductScope: {
    externalIds: string[];
}