Interface: ListArchived
Defined in: packages/core/src/application/use-cases/list-archived.ts:7
Lists all archived changes in the default workspace.
Methods
execute()
execute():
Promise<ArchivedChange[]>
Defined in: packages/core/src/application/use-cases/list-archived.ts:24
Executes the use case.
Returns
Promise<ArchivedChange[]>
All archived changes, oldest first