UNPKG

@cyberspace-dev/sdk

Version:
5 lines (4 loc) 93 B
export interface IRule { canExecute(): Promise<boolean>; execute(): Promise<void>; }