export type SystemConnectorSupportedBulk = {
    getTransportObjects: boolean;
    getExistingObjects: boolean;
};
