File

src/api/webApi/classes/dictionaryApi.interface.ts

Index

Methods

Methods

getDictionary
getDictionary(type: DictionaryType)
Parameters :
Name Type Optional
type DictionaryType No
import { DictionaryType } from './dictionaryType.enum';
import { Dictionary } from 'api/webApi/data/dictionary.interface';


export interface DictionaryApi {

  getDictionary(type: DictionaryType): Promise<Dictionary>;
}

results matching ""

    No results matching ""