Alokai

BuilderMethods

Builder SDK client methods. We're filtering out all non-method properties and deprecated methods.

export type BuilderMethods = Pick<BuilderClient, 'init' | 'getUserAttributes' | 'setUserAttributes' | 'get' | 'getAll' | 'getContent'>;

Referenced Types

On this page