Attribute adapter

interface AttributeAdapter {
    createAttribute: HandlerAndValidators<Record<string, Predicate>>;
    deleteAttribute: HandlerAndValidators<Record<string, Predicate>>;
    listAttributes: HandlerAndValidators<Record<string, Predicate>>;
    updateAttribute: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

createAttribute: HandlerAndValidators<Record<string, Predicate>>
deleteAttribute: HandlerAndValidators<Record<string, Predicate>>
listAttributes: HandlerAndValidators<Record<string, Predicate>>
updateAttribute: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc