flexadminportal
    Preparing search index...

    Type Alias DeleteDeviceUserMutation

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