Add scaffolding for media gallery
This commit is contained in:
parent
a8be4f2d8d
commit
fc1c3aabf5
10 changed files with 382 additions and 4 deletions
|
@ -19,7 +19,7 @@ export interface Attachment {
|
|||
// key?: ArrayBuffer;
|
||||
// digest?: ArrayBuffer;
|
||||
// flags?: number;
|
||||
};
|
||||
}
|
||||
|
||||
export const isVisualMedia = (attachment: Attachment): boolean => {
|
||||
const { contentType } = attachment;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue