move types to the right place

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-05-15 17:08:37 +02:00
parent 0903e498a4
commit a033bb70cd
22 changed files with 17 additions and 17 deletions

View File

@@ -17,8 +17,8 @@
import {components as OctoOpenApiTypes} from '@octokit/openapi-types';
import {JwtPayload} from 'jwt-decode';
import {BakeDefinition} from './bake';
import {ExportRecordResponse} from './history';
import {BakeDefinition} from './buildx/bake';
import {ExportRecordResponse} from './buildx/history';
export interface GitHubRelease {
id: number;