File

projects/dvl-fw-core/src/lib/interfaces/raw-data.ts

Index

Properties
Methods

Methods

getData
getData()
Returns : any | Promise
toJSON
toJSON()
Returns : any

Properties

id
id: string
Type : string
template
template: string
Type : string
export interface RawData {
  id: string;
  template: string;

  getData(): any | Promise<any>;
  toJSON(): any;
}

result-matching ""

    No results matching ""