Documentation
    Preparing search index...

    Type Alias CreateTeamDeviceInput

    type CreateTeamDeviceInput = {
        DeviceID?: number | null;
        ID?: number | null;
        TeamID?: number | null;
    }
    Index

    Properties

    Properties

    DeviceID?: number | null
    ID?: number | null
    TeamID?: number | null