@oneblink/apps-react
    Preparing search index...

    Type Alias AttachmentBase

    type AttachmentBase = {
        _id: string;
        data?: Blob;
        fileName: string;
        isPrivate: boolean;
    }
    Index

    Properties

    _id: string
    data?: Blob
    fileName: string
    isPrivate: boolean