Moeen Chat Service - v1.0.0
    Preparing search index...
    interface UploadUrlRequest {
        entityId: string;
        fileName: string;
        mimeType: string;
        parentPath?: string;
    }
    Index

    Properties

    entityId: string
    fileName: string
    mimeType: string
    parentPath?: string