Member Junction
    Preparing search index...

    Result of fetching a manifest from GitHub.

    interface ManifestFetchResult {
        ErrorMessage?: string;
        ManifestJSON?: string;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message if the fetch failed

    ManifestJSON?: string

    The raw manifest JSON string (if successful)

    Success: boolean

    Whether the fetch succeeded