Type Alias GetAppActionCallParams

GetAppActionCallParams: GetAppInstallationParams & {
    appActionId: string;
}