Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface BffValidationConfig

    interface BffValidationConfig {
        allowedLaunchModes?: readonly LaunchMode[];
        strictInitData: boolean;
    }
    Index

    Properties

    allowedLaunchModes?: readonly LaunchMode[]
    strictInitData: boolean