flexadminportal
    Preparing search index...

    Type Alias UpdateDeviceUserMutation

    type UpdateDeviceUserMutation = {
        updateDeviceUser?:
            | {
                __typename: "DeviceUser";
                DeviceID: number;
                ID: number;
                UserID: string;
            }
            | null;
    }
    Index
    updateDeviceUser?:
        | {
            __typename: "DeviceUser";
            DeviceID: number;
            ID: number;
            UserID: string;
        }
        | null