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

    Interface ResponsesQuestionFilesUploadResponse

    Response model for the uploaded files

    interface ResponsesQuestionFilesUploadResponse {
        fileUrls: string[];
    }
    Index

    Properties

    Properties

    fileUrls: string[]

    The temporary full URLs of the uploaded files.