File

src/app/apps/components/apps.interface.ts

Index

Properties

Properties

force
force: boolean
Type : boolean
properties
properties: string[]
Type : string[]
uri
uri: string
Type : string
import { ApplicationType } from '../../shared/model';
import { ListParams } from '../../shared/components/shared.interface';

export interface BulkImportParams {
  force: boolean;
  properties: string[];
  uri: string;
}

export interface AppRegisterParams {
  name: string;
  type: ApplicationType;
  uri: string;
  metaDataUri?: string;
  force: boolean;
}

export interface AppListParams extends ListParams {
  q: string;
  type: ApplicationType;
  page: number;
  size: number;
  sort: string;
  order: string;
}

results matching ""

    No results matching ""