profile-plus
Version:
9 lines (8 loc) • 437 B
TypeScript
import { NamedNode } from 'lincd/models';
import { Shape } from 'lincd/shapes/Shape';
import { Action } from 'lincd-schema/shapes/Action';
export declare class BlockAction extends Action {
static targetClass: NamedNode;
static getBlockedPersonsByAgent(agent: Shape): import("lincd-schema/shapes/Thing.js").Thing[];
static getBlockActionsByAgent(agent: Shape): import("lincd/collections/ShapeSet.js").ShapeSet<BlockAction>;
}