Update migration endpoints

This commit is contained in:
Andrew Kingston 2024-12-05 15:36:04 +00:00
parent 4c80d9e970
commit ca10a21f83
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
import { GetOldMigrationStatus } from "@budibase/types"
import { BaseAPIClient } from "./types"
export interface MigrationEndpoints {
getMigrationStatus: () => Promise<{ migrated: boolean }>
getMigrationStatus: () => Promise<GetOldMigrationStatus>
}
export const buildMigrationEndpoints = (