@makehq/sdk
    Preparing search index...

    Type Alias ListDevicesOptions<C>

    Options for listing devices.

    type ListDevicesOptions<C extends keyof Device = never> = {
        cols?: C[] | ["*"];
    }

    Type Parameters

    • C extends keyof Device = never

      Keys of the Device type to include in the response

    Index

    Properties

    Properties

    cols?: C[] | ["*"]

    Specific columns/fields to include in the response