fix: add other category
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { maasProviderType } from '.';
|
||||
export interface ProviderModel {
|
||||
name: string;
|
||||
category: string;
|
||||
category?: string;
|
||||
accessible: boolean | null;
|
||||
}
|
||||
export interface FormData {
|
||||
|
||||
Reference in New Issue
Block a user