Interface InstanceResource

interface InstanceResource {
    fetch(meta?: HttpMetaParams<"none">): Promise<mastodon.v2.Instance>;
}

Methods

Methods