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

    Type Alias filesGetFileInfoResponse200

    Get metadata of a file by its ID, without downloading the binary content.

    type filesGetFileInfoResponse200 = {
        data: FilesFileResponse;
        status: 200;
    }
    Index

    Properties

    Properties

    status: 200