@makehq/sdk
    Preparing search index...

    Type Alias ListSDKAppsOptions<C>

    Options for listing apps with generic column selection

    type ListSDKAppsOptions<C extends keyof SDKApp = never> = {
        all?: boolean;
        cols?: C[];
    }

    Type Parameters

    • C extends keyof SDKApp = never
    Index

    Properties

    Properties

    all?: boolean

    If set to true, returns all apps available to all users

    cols?: C[]

    Specific columns/fields to include in the response