mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 16:45:22 +00:00
feat: vendor permission system source
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { SessionApproval } from "./session-approval";
|
||||
|
||||
/** Records a granted session-scoped approval into the session ruleset. */
|
||||
export interface SessionApprovalRecorder {
|
||||
recordSessionApproval(approval: SessionApproval): void;
|
||||
}
|
||||
Reference in New Issue
Block a user