Options for the createFlagGuard factory.
optional
fallback: string
Fallback URL for a 302 redirect when the flag is off.
optional
statusCode: number
HTTP status code when no fallback is provided (default 404).
optional
context: FlagContext
Static context override for the flag evaluation.