interface UserFollowerAdapter {
    createFollow: HandlerAndValidators<Record<string, Predicate>>;
    deleteFollow: HandlerAndValidators<Record<string, Predicate>>;
    listFollowersForUser: HandlerAndValidators<Record<string, Predicate>>;
    listFollows: HandlerAndValidators<Record<string, Predicate>>;
    listFollowsForUser: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

createFollow: HandlerAndValidators<Record<string, Predicate>>
deleteFollow: HandlerAndValidators<Record<string, Predicate>>
listFollowersForUser: HandlerAndValidators<Record<string, Predicate>>
listFollows: HandlerAndValidators<Record<string, Predicate>>
listFollowsForUser: HandlerAndValidators<Record<string, Predicate>>

Deprecated

use listFollows instead

Generated using TypeDoc