Update to server gql library update changes

This commit is contained in:
schroda
2025-03-16 21:01:24 +01:00
parent 072c71c116
commit b673047517
13 changed files with 299 additions and 200 deletions

View File

@@ -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;
} => {