web: add TablePage
This commit is contained in:
		| @ -17,7 +17,7 @@ export class Application { | ||||
|         return DefaultClient.fetch<Application>(["core", "applications", slug]); | ||||
|     } | ||||
|  | ||||
|     static list(filter?: { [key: string]: string }): Promise<PBResponse<Application>> { | ||||
|     static list(filter?: { [key: string]: any }): Promise<PBResponse<Application>> { | ||||
|         return DefaultClient.fetch<PBResponse<Application>>(["core", "applications"], filter); | ||||
|     } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer