Skip to Content
Anuma SDKClientInternalType AliasesHandlersDeveloperAppResponse

HandlersDeveloperAppResponse

HandlersDeveloperAppResponse = object

Defined in: src/client/types.gen.ts:709 

Properties

allowed_origins

allowed_origins: string[]

Defined in: src/client/types.gen.ts:713 

allowed CORS origins (empty = unrestricted)


app_type

app_type: string

Defined in: src/client/types.gen.ts:717 

“standard” or “pooled_api”


app_uuid

app_uuid: string

Defined in: src/client/types.gen.ts:718 


balance

balance: number

Defined in: src/client/types.gen.ts:722 

available credits in app pool


created_at

created_at: string

Defined in: src/client/types.gen.ts:723 


default_user_credits

default_user_credits: number

Defined in: src/client/types.gen.ts:727 

credits per new user (1 credit = $0.01)


has_privy_config

has_privy_config: boolean

Defined in: src/client/types.gen.ts:728 


is_active

is_active: boolean

Defined in: src/client/types.gen.ts:729 


name

name: string

Defined in: src/client/types.gen.ts:730 


privy_app_id?

optional privy_app_id: string

Defined in: src/client/types.gen.ts:731 


updated_at

updated_at: string

Defined in: src/client/types.gen.ts:732 

Last updated on