interface BaseStateParams {
    debug?: boolean;
    key: string;
    onEnter?: voidAsyncFunction;
    onExit?: voidAsyncFunction;
}

Properties

debug?: boolean
key: string