UNPKG

@anoki/fse-common

Version:

Common types for FSE

8 lines (7 loc) 139 B
export type WithMongooseProps<TData> = TData & { _id: string id?: string createdAt: string updatedAt?: string deleted: boolean }