WIP - add extractor, generate snippet_data
This commit is contained in:
10
node_modules/xstate/es/invoke.d.ts
generated
vendored
Normal file
10
node_modules/xstate/es/invoke.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
export interface InvokedPromiseOptions {
|
||||
id?: string;
|
||||
}
|
||||
export interface PromiseMachineSchema {
|
||||
states: {
|
||||
pending: {};
|
||||
resolved: {};
|
||||
rejected: {};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user