Skip to content

Commit d51dd07

Browse files
committed
Use shared type
1 parent cba5680 commit d51dd07

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

packages/blocks/framework/src/lib/context.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import {
22
AppConnectionValue,
3+
EncryptedObject,
34
ExecutionType,
45
FlowRunId,
56
PauseMetadata,
@@ -126,10 +127,7 @@ export type ServerContext = {
126127
publicUrl: string;
127128
token: string;
128129
tablesDatabaseId: number;
129-
tablesDatabaseToken: {
130-
iv: string;
131-
data: string;
132-
};
130+
tablesDatabaseToken: EncryptedObject;
133131
};
134132
export type BaseActionContext<
135133
ET extends ExecutionType,

0 commit comments

Comments
 (0)