Template
1
0

feat: add documentation to access response

This commit is contained in:
2025-09-19 08:45:30 +02:00
parent 74a9426bcc
commit a140780ec3
4 changed files with 76 additions and 162 deletions

View File

@@ -3,7 +3,7 @@ import { ResourceRegistry } from "@valkyr/auth";
export const resources = new ResourceRegistry([
{
kind: "account",
attributes: {},
attr: {},
},
] as const);