/* This is a generated file, please regenerate and do not modify */
/* eslint-disable max-len */

declare namespace Entity {
    type AttributesFormContext = Omit<Xrm.FormContext, 'getAttribute'> & EntityAttributes;

    interface EntityAttributes {    }
}

/* eslint-enable max-len */