Variable SF_ALLOWED_PROPERTIESConst

SF_ALLOWED_PROPERTIES: {
    description: string;
    input: {
        failedMessage: string;
        validator: ((value: AnyJson) => boolean);
    };
    key: DISABLE_TELEMETRY;
}[] = ...