export default interface UpdateDescription {
    readonly updatedFields: object;
    readonly removedFields: Array<string>;
}
