mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
4 lines
120 B
TypeScript
4 lines
120 B
TypeScript
import { AbstractRegistrable } from "../registry";
|
|
|
|
export abstract class AbstractAccess extends AbstractRegistrable {}
|