@twinfinity/core
    Preparing search index...

    Interface AttachmentPost

    Body for POST .../createAttachmentUploadSession.

    interface AttachmentPost {
        description?: null | string;
        fileName: string;
    }
    Index

    Properties

    description?: null | string
    fileName: string