fixed parames of interface for type-check
This commit is contained in:
@ -44,6 +44,7 @@ $mapUnionType = function (mixed $type) use ($mapType): string {
|
||||
export interface APIliteActionResponse<T> {
|
||||
status: 'OK';
|
||||
data: T;
|
||||
msg: string;
|
||||
}
|
||||
|
||||
export interface APIliteErrorResponse {
|
||||
@ -73,6 +74,9 @@ export interface APIliteHelpResponse {
|
||||
javascript_version: string;
|
||||
typescript_version: string;
|
||||
actions: APIliteMethodDoc[];
|
||||
status: string;
|
||||
data: string;
|
||||
msg: string;
|
||||
}
|
||||
|
||||
class <?php echo $this->apiName; ?> {
|
||||
|
||||
Reference in New Issue
Block a user