@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias ResponsesQuestionFilesUploadResponseFilesItem

    type ResponsesQuestionFilesUploadResponseFilesItem = {
        contentType: string;
        fileId: Uuid;
        originalFilename: string;
        size: number;
    }
    Index

    Properties

    contentType: string

    The MIME content type of the uploaded file.

    fileId: Uuid

    The unique identifier of the uploaded file.

    originalFilename: string

    The original filename as provided by the client.

    size: number

    The size of the uploaded file in bytes.