Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Oct 15, 2024
1 parent d3240bc commit fdf448b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useCallback } from 'react';
import { modelConfigsAdapterSelectors, useGetModelConfigsQuery } from 'services/api/endpoints/models';
import type { StarterModel } from 'services/api/types';

export type ModelInstallArg = {
type ModelInstallArg = {
config: Pick<StarterModel, 'name' | 'base' | 'type' | 'description' | 'format'>;
source: string;
};
Expand Down

0 comments on commit fdf448b

Please sign in to comment.