Moeen Chat Service - v1.0.0
    Preparing search index...
    interface FileResponse {
        contentType: string;
        createdAt: Date;
        downloadUrl: string;
        downloadUrlExpiresInSeconds: number;
        entityId?: string;
        fileId: string;
        originalName: string;
        parentPath: string;
        size: number;
        status: FileStatus;
        updatedAt: Date;
        uploaderId?: string;
    }
    Index

    Properties

    contentType: string
    createdAt: Date
    downloadUrl: string
    downloadUrlExpiresInSeconds: number
    entityId?: string
    fileId: string
    originalName: string
    parentPath: string
    size: number
    status: FileStatus
    updatedAt: Date
    uploaderId?: string