Interface IFrontSystem

    System

    interface IFrontSystem {
        allowsignup: boolean;
        defaultplugins?: string[];
        password?: {
            max: number;
            min: number;
            requireLetter: boolean;
            requireNumber: boolean;
            requireSymbol: boolean;
        };
    }

    Hierarchy (view full)

    • ISystem<("allowsignup" | "password" | "defaultplugins")[]>
      • IFrontSystem

    Properties

    allowsignup: boolean
    defaultplugins?: string[]
    password?: {
        max: number;
        min: number;
        requireLetter: boolean;
        requireNumber: boolean;
        requireSymbol: boolean;
    }

    Generated using TypeDoc and TypeDoc Airthium Plugin