export type ComputeObject = { [KEY in keyof OBJECT]: OBJECT[KEY]; } & unknown;