SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
4e23b01 verified
Raw
History Blame Contribute Delete
447 Bytes
import type {
FlagDefinitionInput,
FlagId,
} from '@moonshot-ai/agent-core-v2/app/flag/flagRegistry';
export type {
ExperimentalFeatureState,
ExperimentalFlagMap,
ExperimentalFlagSource,
} from '@moonshot-ai/agent-core-v2/app/flag/flag';
export type {
FlagDefinitionInput,
FlagId,
FlagSurface,
} from '@moonshot-ai/agent-core-v2/app/flag/flagRegistry';
export type FlagDefinition = FlagDefinitionInput & { readonly id: FlagId };