ConditionalTypeProps: {
    brand?: "movingo";
    type?: "logotype" | "symbol";
} | {
    brand?:
        | "sj"
        | "figma"
        | "storybook"
        | "bit"
        | "resplus";
    type?: never;
}

Type declaration

  • Optionalbrand?: "movingo"

    Name of the brand on the logo.

  • Optionaltype?: "logotype" | "symbol"

    The type of logo to be shown.

Type declaration

  • Optionalbrand?:
        | "sj"
        | "figma"
        | "storybook"
        | "bit"
        | "resplus"

    Name of the brand on the logo.

  • Optionaltype?: never

    The type of logo is not applicable for these brands.

MMNEPVFCICPMFPCPTTAAATR