interface UserInvitationAdapter {
    acceptInvitation: HandlerAndValidators<Record<string, Predicate>>;
    createInvitation: HandlerAndValidators<Record<string, Predicate>>;
    deleteInvitation: HandlerAndValidators<Record<string, Predicate>>;
    listInvitations: HandlerAndValidators<Record<string, Predicate>>;
}

Hierarchy (view full)

Properties

acceptInvitation: HandlerAndValidators<Record<string, Predicate>>
createInvitation: HandlerAndValidators<Record<string, Predicate>>
deleteInvitation: HandlerAndValidators<Record<string, Predicate>>
listInvitations: HandlerAndValidators<Record<string, Predicate>>

Generated using TypeDoc