@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface SuccessValidationResult<T>

    interface SuccessValidationResult<T extends IdMessageBase> {
        message: T;
        type: "success";
    }

    Type Parameters

    Index
    message: T
    type: "success"