odata-v4-server
Version:
OData V4 Server
50 lines (49 loc) • 1.42 kB
TypeScript
declare const _default: {
"version": string;
"dataServices": {
"schema": ({
"namespace": string;
"entityType": {
"name": string;
"key": {
"propertyRef": {
"name": string;
}[];
}[];
"property": {
"name": string;
"type": string;
"nullable": string;
}[];
}[];
"annotations": {
"target": string;
"annotation": {
"term": string;
"string": string;
}[];
}[];
"action"?: undefined;
"entityContainer"?: undefined;
} | {
"namespace": string;
"action": {
"name": string;
};
"entityContainer": {
"name": string;
"entitySet": {
"name": string;
"entityType": string;
}[];
"actionImport": {
"name": string;
"action": string;
};
};
"entityType"?: undefined;
"annotations"?: undefined;
})[];
};
};
export = _default;