initial commit
This commit is contained in:
9
node_modules/jibo-dev/lib/dts/bt-flow/expressions/ObjectExpression.d.ts
generated
vendored
Normal file
9
node_modules/jibo-dev/lib/dts/bt-flow/expressions/ObjectExpression.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare class ObjectExpression {
|
||||
expression: {
|
||||
type: string;
|
||||
properties: any[];
|
||||
};
|
||||
constructor(props?: any);
|
||||
addKeyValue(key: string, value: any): void;
|
||||
}
|
||||
export default ObjectExpression;
|
||||
Reference in New Issue
Block a user