We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba5680 commit d51dd07Copy full SHA for d51dd07
1 file changed
packages/blocks/framework/src/lib/context.ts
@@ -1,5 +1,6 @@
1
import {
2
AppConnectionValue,
3
+ EncryptedObject,
4
ExecutionType,
5
FlowRunId,
6
PauseMetadata,
@@ -126,10 +127,7 @@ export type ServerContext = {
126
127
publicUrl: string;
128
token: string;
129
tablesDatabaseId: number;
- tablesDatabaseToken: {
130
- iv: string;
131
- data: string;
132
- };
+ tablesDatabaseToken: EncryptedObject;
133
};
134
export type BaseActionContext<
135
ET extends ExecutionType,
0 commit comments