Type Alias GetAppActionCallParamsWithIdInternal

GetAppActionCallParamsWithId: GetAppActionCallParams & {
    callId: string;
}