interface IFlagStore
Since 0.1.0

Structural facade injected into DatabaseProvider.

Methods

loadFlags(): Promise<Readonly<Record<string, FlagDefinition>>>

Load the current flag definitions from the backing store.

Usage

import { type IFlagStore } from "feature-flags-plugin/src/index.ts";