export type CallbackType = (err?: any, data?: D) => R;