masto
    Preparing search index...

    Interface FetchRelationshipsParams

    interface FetchRelationshipsParams {
        id: readonly string[];
        withSuspended?: boolean | null;
    }
    Index

    Properties

    Properties

    id: readonly string[]

    Array of account IDs to check

    withSuspended?: boolean | null

    Whether relationships should be returned for suspended users, defaults to false.