GitHubAccountDetailsValidation typedef

GitHubAccountDetailsValidation = void Function(GitHubAccountDetails accountDetails)

Function to be called to check whether a GitHub account details match the requirements during registration.

Implementation

typedef GitHubAccountDetailsValidation =
    void Function(GitHubAccountDetails accountDetails);