Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
newtype MakeResetPasswordLinkResponse Source #
Instances
data DoPasswordResetRequest Source #
Instances
Instances
Generic UserError Source # | |
Show UserError Source # | |
Eq UserError Source # | |
type Rep UserError Source # | |
Defined in WikiMusic.Interaction.Model.User type Rep UserError = D1 ('MetaData "UserError" "WikiMusic.Interaction.Model.User" "wikimusic-model-hs-1.2.0.0-2AFmU6Rx8U3ctQHH6pLAk" 'False) (C1 ('MetaCons "ValidationFailedError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Map Text ValidationResult))) :+: (C1 ('MetaCons "AccessUnauthorizedError" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "SomeError" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))) |
data InviteUsersRequest Source #
InviteUsersRequest | |
|
Instances
newtype DeleteUsersRequest Source #