import { StatusEnum } from './StatusEnum';
/** Properties changing during a planned change */
export interface PlannedChangeProperties {
    /** Status of the Savings Plan */
    status: StatusEnum;
}
//# sourceMappingURL=PlannedChangeProperties.d.ts.map