wip: mongodb draft driver and skeleton draft driver

This commit is contained in:
Supan Adit Pratama 2024-11-19 00:26:43 +07:00
parent 55ea41298a
commit 1f6957fc54
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
export class DraftMongoDBDriver {
constructor() {}
}

View File

@ -0,0 +1 @@
export interface ISkeletonDraftDriver {}