Member Junction
    Preparing search index...
    interface ActionResult {
        Message?: string;
        ResultCode?: string;
        ResultData?: unknown;
        Success: boolean;
    }
    Index

    Properties

    Message?: string
    ResultCode?: string
    ResultData?: unknown
    Success: boolean