Type alias TFireguardConfig

TFireguardConfig: {
    firebase: TFirebaseConfig;
    logo: string;
    name: string;
    theme: TTheme;
}

Type declaration

  • firebase: TFirebaseConfig

    Description

    The Firebase configuration settings for the Fireguard.

  • logo: string

    Description

    The URL or path to the Fireguard's logo.

  • name: string

    Description

    The name of the Fireguard.

  • theme: TTheme

    Description

    The theme settings for the Fireguard.

Description

Configuration settings for Fireguard. This type includes essential configuration details necessary for initializing and customizing the Fireguard.

Generated using TypeDoc