feat: allow scaffolder tasks pagination in the frontend
Requires #26378, relates to #25856 Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
This commit is contained in:
@@ -223,7 +223,9 @@ export interface ScaffolderApi {
|
||||
|
||||
listTasks?(options: {
|
||||
filterByOwnership: 'owned' | 'all';
|
||||
}): Promise<{ tasks: ScaffolderTask[] }>;
|
||||
limit?: number;
|
||||
offset?: number;
|
||||
}): Promise<{ tasks: ScaffolderTask[]; totalTasks?: number }>;
|
||||
|
||||
getIntegrationsList(
|
||||
options: ScaffolderGetIntegrationsListOptions,
|
||||
|
||||
Reference in New Issue
Block a user