interface MediaBlobParameters {
    data?: MediaBlobData;
    metadata?: Record<string, unknown>;
    path?: string;
}

Implemented by

Properties

Properties

metadata?: Record<string, unknown>
path?: string