@jeffe/tankille
    Preparing search index...

    Type Alias LoginOptions

    type LoginOptions = {
        email: string;
        force?: boolean;
        password: string;
    }
    Index

    Properties

    Properties

    email: string
    force?: boolean
    password: string