Repository URL to install this package:
|
Version:
0.8.1 ▾
|
// (c) Copyright 2023 Supertenant Ltd. - all rights reserved.
// See LICENSE file in project root for license terms.
export namespace Action {
const Delay: number;
const Execute: number;
const Reject: number;
const Wait: number;
}
export type Action = number;
declare namespace _default {
import Action = Action;
export { Action };
}
export default _default;