Preparing search index...

    Credentials for authenticating to a recipe site.

    interface SiteCredentials {
        host: string;
        username: string;
        password: string;
    }
    Index

    Properties

    host: string
    username: string
    password: string