@bovine/account-api
    Preparing search index...

    Type Alias SignInData

    SignInData

    Used to sign into an account

    type SignInData = {
        name: string;
        password: string;
    }
    Index

    Properties

    Properties

    name: string

    Name

    Name of the account

    password: string

    Password

    Password