File

src/app/modules/org-management/interfaces/org-type.ts

Index

Properties

Properties

err
err: ServerResponse
Type : ServerResponse
Optional
id
id: string
Type : string
Optional
orgTypeData
orgTypeData: ServerResponse
Type : ServerResponse
Optional
params
params: object
Type : object
Optional
responseCode
responseCode: string
Type : string
Optional
result
result: any
Type : any
Optional
ts
ts: string
Type : string
Optional
ver
ver: string
Type : string
Optional
import { ServerResponse } from '@sunbird/shared';
export interface IorgTypeData {
    err?: ServerResponse;
    orgTypeData?: ServerResponse;
    id?: string;
    params?: object;
    responseCode?: string;
    result?: any;
    ts?: string;
    ver?: string;
}

results matching ""

    No results matching ""