export const enum DimensionsIndices { LAST_UPDATE, D_HEIGHT, D_WIDTH, P_BOTTOM, P_LEFT, P_RIGHT, P_TOP, // This one NEEDS to be last to get the enum size correctly __TOTAL, }