List scope for listing functions with filter and limit.

interface FunctionListScope {
    filter?: FunctionFilterProps;
    limit?: number;
}

Hierarchy (view full)

Properties

Properties

limit?: number