Type alias GetAppActionCallDetailsParams

GetAppActionCallDetailsParams: GetSpaceEnvironmentParams & {
    appActionId: string;
    callId: string;
}