/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $LocationChangeRequested = {
    properties: {
        cpunode_count: {
            type: 'string',
        },
        product_no: {
            type: 'number',
        },
        parent_location_uuid: {
            type: 'string',
        },
    },
};