Type Alias: CreateAccountStatus
type CreateAccountStatus = typeof CreateAccount[keyof typeof CreateAccount];
Defined in: apps/submitter/lib/handlers/createAccount/types.ts:33
Possible output status of a createAccount
call (accounts/create
route).