Access list modal polish

This commit is contained in:
Jamie Curnow
2025-10-09 22:14:54 +10:00
parent 227e818040
commit 43599b4028
18 changed files with 376 additions and 73 deletions

View File

@@ -67,8 +67,8 @@ export interface AccessListItem {
accessListId?: number;
username: string;
password: string;
meta: Record<string, any>;
hint: string;
meta?: Record<string, any>;
hint?: string;
}
export type AccessListClient = {
@@ -78,7 +78,7 @@ export type AccessListClient = {
accessListId?: number;
address: string;
directive: "allow" | "deny";
meta: Record<string, any>;
meta?: Record<string, any>;
};
export interface Certificate {