masto
    Preparing search index...

    Interface AccountsRelationshipsResource

    interface AccountsRelationshipsResource {
        fetch(
            params: FetchRelationshipsParams,
            meta?: HttpMetaParams<"none">,
        ): Promise<Relationship[]>;
    }
    Index

    Methods

    Methods