I defined an interface using mongoose.
import {Types} from \'mongoose\' export interface IShop { readonly center: Types.ObjectId; } async creat