Interface SchemaEntity

interface SchemaEntity {
    schema: ElementSchema;
    scope: string[];
}

Properties

Properties

scope: string[]