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