Interface ScopeResponse

interface ScopeResponse {
    definitions: Record<string, ElementSchema>;
    scopeName: string;
}

Properties

definitions: Record<string, ElementSchema>
scopeName: string