export type ConstInterface = { readonly [key in keyof type]: type[key]; } & i; export type ConstRecord = { readonly [key in keyof type]: ConstInterface; };