Hiyve Components - v1.0.0
    Preparing search index...

    Interface CompositionFileClient

    Client interface for file operations. Matches the Hiyve client API.

    interface CompositionFileClient {
        uploadFile: (
            opts: { file: File; location: string; resourceType?: string },
        ) => Promise<{ fileId: string }>;
    }
    Index

    Properties

    Properties

    uploadFile: (
        opts: { file: File; location: string; resourceType?: string },
    ) => Promise<{ fileId: string }>