UNPKG

@anoki/fse-common

Version:

Common types for FSE

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