Documentation
    Preparing search index...

    Type Alias GraphUpdateError

    type GraphUpdateError = {
        errorCode: GraphUpdateErrorCode;
        message: string;
    }
    Index

    Properties

    Properties

    message: string