Mayson Monorepo Documentation
    Preparing search index...

    Interface DeleteExchangeKeyResponse

    Response from deleting exchange key

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

    Properties

    Properties

    success: boolean
    message: string