Skip to content

Commit

Permalink
feat(type): photo
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed Jan 8, 2023
1 parent 30b8edb commit 742005f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/type/src/photo.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import {AlwatrDocumentObject} from './storage.js';

export type Photo = AlwatrDocumentObject & {
fileName: string;
meta: {
description: string;
};
}

0 comments on commit 742005f

Please sign in to comment.