Type alias ActionOutput

ActionOutput: Readonly<{
    accept: false;
}> | ActionAcceptedOutput

Generated using TypeDoc