interface FollowAdapter {
    createFollow: HandlerAndValidators<Record<string, Predicate>>;
    deleteFollow: HandlerAndValidators<Record<string, Predicate>>;
    listFollowers: HandlerAndValidators<Record<string, Predicate>>;
    listFollows: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

createFollow: HandlerAndValidators<Record<string, Predicate>>
deleteFollow: HandlerAndValidators<Record<string, Predicate>>
listFollowers: HandlerAndValidators<Record<string, Predicate>>
listFollows: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc