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