Update to server gql library update changes

This commit is contained in:
schroda
2025-03-23 04:04:08 +01:00
parent 072c71c116
commit b673047517
13 changed files with 299 additions and 200 deletions
@@ -27,7 +27,7 @@ function getTwoStateType(type: TwoStatePreferenceProps['twoStateType']) {
const getTwoStateValues = (
props: TwoStatePreferenceProps,
): {
title: string;
title: string | null | undefined;
defaultValue: boolean;
currentValue?: boolean | null | undefined;
} => {