@cpod/sdk - v0.2.7
    Preparing search index...

    Interface SimpleResponse

    interface SimpleResponse {
        message: string;
        success: boolean;
    }
    Index

    Properties

    Properties

    message: string
    success: boolean