Type Alias GetAppActionCallParamsWithId

GetAppActionCallParamsWithId: GetAppActionCallParams & {
    callId: string;
}