@makehq/sdk
    Preparing search index...

    Type Alias RenameConnectionOptions<C>

    Options for renaming a connection.

    type RenameConnectionOptions<C extends keyof Connection = never> = {
        cols?: C[];
    }

    Type Parameters

    • C extends keyof Connection = never

      Keys of the Connection type to include in the response

    Index

    Properties

    Properties

    cols?: C[]

    Specific columns/fields to include in the response