FlagProperty

Example values

Node.js
{
key: string;
type?: string;
value: string | number | (string | number)[];
operator?: string;
negation?: boolean;
}

Community questions

Was this page useful?