Interface JUserResourceExtensionUpdateParams

interface JUserResourceExtensionUpdateParams {
    content: Record<string, any>;
    extensionId: string;
    id: string;
    projectId: string;
    type: "EXTENSION";
}

Hierarchy (view full)

Properties

content: Record<string, any>
extensionId: string
id: string
projectId: string
type: "EXTENSION"