@archastro/sdk
    Preparing search index...

    Interface PasswordlessRegisterInput

    interface PasswordlessRegisterInput {
        alias?: string;
        email: string;
        full_name?: string;
        timezone?: string;
    }
    Index

    Properties

    alias?: string
    email: string
    full_name?: string
    timezone?: string