Type alias TFiremittOptions

TFiremittOptions: {
    url: string;
} & Partial<{
    config: Partial<TFireguardOptions>;
    dim: Partial<TDim>;
    pos: Partial<TPos>;
}>

Type declaration

  • url: string

    Description

    The URL associated with the Firemitt.

Description

Options for configuring Firemitt. This type outlines the optional and partial settings that can be applied to customize the Firemitt.

Generated using TypeDoc