Nymph.js 1.0.0-beta.113
    Preparing search index...

    Type Alias TilmeldBeforeGroupSaveCallback

    TilmeldBeforeGroupSaveCallback: (group: Group & GroupData) => Promise<void>

    This is run just before the group is saved, so all checks have passed.

    The transaction is available in group.$nymph.

    Type Declaration