Interface InstanceRepository

interface InstanceRepository {
    fetch(meta?): Promise<mastodon.v2.Instance>;
}

Methods

Methods