Type alias ActionAcceptedOutput

ActionAcceptedOutput: Readonly<{
    accept: true;
    content: string;
    digested: number;
    error?: any;
    muted: boolean;
    rest: string;
}>

Generated using TypeDoc