Successful result from fetching well-known configuration.

interface FetchWellknownSuccess {
    data: WellknownResponse;
    success: true;
}

Properties

Properties

success: true