@ptkl/sdk - v1.3.4
    Preparing search index...

    Type Alias MediaUploadBase64File

    File structure for base64 upload

    type MediaUploadBase64File = {
        content_type: string;
        data: string;
        name: string;
    }
    Index

    Properties

    content_type: string

    MIME type of the file (e.g., 'image/png', 'application/pdf')

    data: string

    Base64-encoded file content

    name: string

    Name of the file including extension