Module
Gun.User
- Package
- purescript-bf-gun
- Repository
- gorillatron/purescript-bf-gun
#CreatedSuccessPayload Source
type CreatedSuccessPayload = { ok :: Int, pub :: String }#CreatedErrorPayload Source
type CreatedErrorPayload = { err :: String }#AuthErrorPayload Source
type AuthErrorPayload = { err :: String }#DeleteSuccessPayload Source
type DeleteSuccessPayload = { ok :: Int }