Documentation
    Preparing search index...

    Type Alias CreateTeamDeviceMutation

    type CreateTeamDeviceMutation = {
        createTeamDevice?:
            | {
                __typename: "TeamDevice";
                DeviceID?: number
                | null;
                ID: number;
                TeamID?: number | null;
            }
            | null;
    }
    Index

    Properties

    createTeamDevice?:
        | {
            __typename: "TeamDevice";
            DeviceID?: number
            | null;
            ID: number;
            TeamID?: number | null;
        }
        | null