UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

5 lines (4 loc) 157 B
export declare const addCursorAndFiltersToAppLogsUrl: (baseUrl: string, cursor?: string, filters?: { status?: string; source?: string; }) => string;