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

    Interface SuccessValidationResult<T>

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

    Type Parameters

    Index

    Properties

    Properties

    message: T
    type: "success"