@makehq/sdk
    Preparing search index...

    Type Alias UpdateFolderOptions<C>

    Options for updating a folder.

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

    Type Parameters

    • C extends keyof Folder = never

      Keys of the Folder type to include in the response

    Index

    Properties

    Properties

    cols?: C[]

    Specific columns/fields to include in the response