chore: Use string IDs instead of integer ones
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
86d5cceec7
commit
c6e2b94128
@@ -5,15 +5,15 @@ import RequestWithCurrentUser from '../../types/express/request-with-current-use
|
||||
|
||||
type Params = {
|
||||
input: {
|
||||
id: number;
|
||||
id: string;
|
||||
key: string;
|
||||
appKey: string;
|
||||
parameters: string;
|
||||
flow: {
|
||||
id: number;
|
||||
id: string;
|
||||
};
|
||||
connection: {
|
||||
id: number;
|
||||
id: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user