Fix supervised credentials and declare typed RPC records for canvas placement

This commit is contained in:
Timothy J. Aveni
2026-09-13 16:30:17 -07:00
parent a2fe7e4f5e
commit 8480674212
5 changed files with 68 additions and 5 deletions
+3
View File
@@ -35,6 +35,9 @@ export type QxValueType = {
} | {
kind: "message";
descriptorId: string;
} | {
kind: "record";
fields: Record<string, QxValueType>;
} | {
kind: "object-ref";
expectation: unknown;