fix(exec-approvals): stabilize allowlist ids (#1521)
This commit is contained in:
@@ -9,6 +9,7 @@ export type ExecApprovalsDefaults = {
|
||||
};
|
||||
|
||||
export type ExecApprovalsAllowlistEntry = {
|
||||
id?: string;
|
||||
pattern: string;
|
||||
lastUsedAt?: number;
|
||||
lastUsedCommand?: string;
|
||||
|
||||
Reference in New Issue
Block a user