flexadminportal
    Preparing search index...

    Type Alias ListDeviceUsersQuery

    type ListDeviceUsersQuery = {
        listDeviceUsers?:
            | (
                | {
                    __typename: "DeviceUser";
                    DeviceID: number;
                    ID: number;
                    UserID: string;
                }
                | null
            )[]
            | null;
    }
    Index
    listDeviceUsers?:
        | (
            | {
                __typename: "DeviceUser";
                DeviceID: number;
                ID: number;
                UserID: string;
            }
            | null
        )[]
        | null