minimal passport
This commit is contained in:
4
shared-operations/declarations/Action.d.ts
vendored
4
shared-operations/declarations/Action.d.ts
vendored
@@ -1,3 +1,5 @@
|
||||
// TODO: This file can probably be removed by now
|
||||
|
||||
export interface Action {
|
||||
values: any;
|
||||
type: "wait" | "done" | "impose" | string;
|
||||
@@ -18,4 +20,4 @@ export interface ImposeAction extends Action {
|
||||
|
||||
export interface WaitAction extends Action {
|
||||
values: { id: number }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user