Fix supervised credentials and declare typed RPC records for canvas placement
This commit is contained in:
Vendored
+3
@@ -35,6 +35,9 @@ export type QxValueType = {
|
||||
} | {
|
||||
kind: "message";
|
||||
descriptorId: string;
|
||||
} | {
|
||||
kind: "record";
|
||||
fields: Record<string, QxValueType>;
|
||||
} | {
|
||||
kind: "object-ref";
|
||||
expectation: unknown;
|
||||
|
||||
Reference in New Issue
Block a user