Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 951fe36da3 |
@ -44,6 +44,7 @@ $mapUnionType = function (mixed $type) use ($mapType): string {
|
|||||||
export interface APIliteActionResponse<T> {
|
export interface APIliteActionResponse<T> {
|
||||||
status: 'OK';
|
status: 'OK';
|
||||||
data: T;
|
data: T;
|
||||||
|
msg: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface APIliteErrorResponse {
|
export interface APIliteErrorResponse {
|
||||||
@ -73,6 +74,9 @@ export interface APIliteHelpResponse {
|
|||||||
javascript_version: string;
|
javascript_version: string;
|
||||||
typescript_version: string;
|
typescript_version: string;
|
||||||
actions: APIliteMethodDoc[];
|
actions: APIliteMethodDoc[];
|
||||||
|
status: string;
|
||||||
|
data: string;
|
||||||
|
msg: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
class <?php echo $this->apiName; ?> {
|
class <?php echo $this->apiName; ?> {
|
||||||
|
|||||||
Reference in New Issue
Block a user